Html Css Color HEX #FF2402 Scarlet

📋 copy color: '#FF2402'

red 255 ◦ green 36 ◦ blue 2

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

Shades of Scarlet #FF2402

Tints of Scarlet #FF2402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 87.03%
G = 12.29%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF2402 (or 0xFF2402) is known color: Scarlet. HEX triplet: FF, 24 and 02. RGB value is (255,36,2). Sum of RGB (Red+Green+Blue) = 255+36+2=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2402 is #00DBFD. Grayscale: #616161. Windows color (decimal): -56318 or 140543. OLE color: 140543.

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

Color convert

RGB 255 36 2 -
CMYK 0 0.86 0.99 0
HSL 8.06º 1% 0.5% -
HSV(B) 8.06º 0.99% 1% -
XYZ 41.88 22.53 2.2 -
YUV 97.61 74.05 240.26 -
System Red Green Blue C M Y K H S L
Decimal 255 36 2 0 0.86 0.99 0 8.06 1 0.5
Hex FF 24 2 0 56 63 0 8 64 32
Octal 377 44 2 0 126 143 0 10 144 62
Binary 11111111 100100 10 0 1010110 1100011 0 1000 1100100 110010

Color Harmonies of #FF2402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2402

Black with #FF2402

Text Example


Text Example

White with #FF2402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2402; }

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

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

background-color css

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

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

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

border-color css

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

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

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