Html Css Color HEX #F02414 Scarlet

📋 copy color: '#F02414'

red 240 ◦ green 36 ◦ blue 20

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

Shades of Scarlet #F02414

Tints of Scarlet #F02414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.76%

R = 81.08%
G = 12.16%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F02414 (or 0xF02414) is known color: Scarlet. HEX triplet: F0, 24 and 14. RGB value is (240,36,20). Sum of RGB (Red+Green+Blue) = 240+36+20=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F02414 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02414 is #0FDBEB. Grayscale: #5F5F5F. Windows color (decimal): -1039340 or 1320176. OLE color: 1320176.

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

Color convert

RGB 240 36 20 -
CMYK 0 0.85 0.92 0.06
HSL 4.36º 0.88% 0.51% -
HSV(B) 4.36º 0.92% 0.94% -
XYZ 36.69 19.84 2.56 -
YUV 95.17 85.59 231.3 -
System Red Green Blue C M Y K H S L
Decimal 240 36 20 0 0.85 0.92 0.06 4.36 0.88 0.51
Hex F0 24 14 0 55 5C 6 4 58 33
Octal 360 44 24 0 125 134 6 4 130 63
Binary 11110000 100100 10100 0 1010101 1011100 110 100 1011000 110011

Color Harmonies of #F02414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02414

Black with #F02414

Text Example


Text Example

White with #F02414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02414; }

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

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

background-color css

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

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

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

border-color css

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

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

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