Html Css Color HEX #F02410 Scarlet

📋 copy color: '#F02410'

red 240 ◦ green 36 ◦ blue 16

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

Shades of Scarlet #F02410

Tints of Scarlet #F02410

RGB

 RED value IS 240 (94.14% from 255) = 82.19%

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

 BLUE value IS 16 (6.64% from 255) = 5.48%

R = 82.19%
G = 12.33%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F02410 (or 0xF02410) is known color: Scarlet. HEX triplet: F0, 24 and 10. RGB value is (240,36,16). Sum of RGB (Red+Green+Blue) = 240+36+16=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F02410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02410 is #0FDBEF. Grayscale: #5F5F5F. Windows color (decimal): -1039344 or 1058032. OLE color: 1058032.

HSL color Cylindrical-coordinate representation of color #F02410: hue angle of 5.36º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F02410 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 36 16 -
CMYK 0 0.85 0.93 0.06
HSL 5.36º 0.88% 0.5% -
HSV(B) 5.36º 0.93% 0.94% -
XYZ 36.66 19.82 2.38 -
YUV 94.72 83.59 231.63 -
System Red Green Blue C M Y K H S L
Decimal 240 36 16 0 0.85 0.93 0.06 5.36 0.88 0.5
Hex F0 24 10 0 55 5D 6 5 58 32
Octal 360 44 20 0 125 135 6 5 130 62
Binary 11110000 100100 10000 0 1010101 1011101 110 101 1011000 110010

Color Harmonies of #F02410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02410

Black with #F02410

Text Example


Text Example

White with #F02410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02410; }

 p { color: rgb(240,36,16); }

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

background-color css

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

 a { background-color: rgb(240,36,16); }

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

border-color css

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

 span { border-color: rgb(240,36,16); }

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