Html Css Color HEX #FF2404 Scarlet

📋 copy color: '#FF2404'

red 255 ◦ green 36 ◦ blue 4

#FF2404
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #FF2404

Tints of Scarlet #FF2404

RGB

 RED value IS 255 (100% from 255) = 86.44%

 GREEN value IS 36 (14.45% from 255) = 12.2%

 BLUE value IS 4 (1.95% from 255) = 1.36%

R = 86.44%
G = 12.2%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF2404 (or 0xFF2404) is known color: Scarlet. HEX triplet: FF, 24 and 04. RGB value is (255,36,4). Sum of RGB (Red+Green+Blue) = 255+36+4=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2404 is #00DBFB. Grayscale: #626262. Windows color (decimal): -56316 or 271615. OLE color: 271615.

HSL color Cylindrical-coordinate representation of color #FF2404: hue angle of 7.65º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF2404 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 36 4 -
CMYK 0 0.86 0.98 0
HSL 7.65º 1% 0.51% -
HSV(B) 7.65º 0.98% 1% -
XYZ 41.89 22.53 2.26 -
YUV 97.83 75.05 240.1 -
System Red Green Blue C M Y K H S L
Decimal 255 36 4 0 0.86 0.98 0 7.65 1 0.51
Hex FF 24 4 0 56 62 0 8 64 33
Octal 377 44 4 0 126 142 0 10 144 63
Binary 11111111 100100 100 0 1010110 1100010 0 1000 1100100 110011

Color Harmonies of #FF2404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2404

Black with #FF2404

Text Example


Text Example

White with #FF2404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2404; }

 p { color: rgb(255,36,4); }

 H1.HeaderClassName
 {
   color: #FF2404;
 }
 .AnyTagClassName
 {
   color: #FF2404;
 }
</style>

background-color css

<style>
 a { background-color: #FF2404; }

 a { background-color: rgb(255,36,4); }

 div.DivClassName
 {
   background-color: #FF2404;
 }
 .BgClassName
 {
   background-color: #FF2404;
 }
</style>

border-color css

<style>
 span { border-color: #FF2404; }

 span { border-color: rgb(255,36,4); }

 td.TdClassName
 {
   border-color: #FF2404;
 }
 .TagClassName
 {
   border-color: #FF2404;
 }
</style>