Html Css Color HEX #F02912 Scarlet

📋 copy color: '#F02912'

red 240 ◦ green 41 ◦ blue 18

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

Shades of Scarlet #F02912

Tints of Scarlet #F02912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

 BLUE value IS 18 (7.42% from 255) = 6.02%

R = 80.27%
G = 13.71%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F02912 (or 0xF02912) is known color: Scarlet. HEX triplet: F0, 29 and 12. RGB value is (240,41,18). Sum of RGB (Red+Green+Blue) = 240+41+18=299 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.27% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 240 - color contains mainly: red. Hex color #F02912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02912 is #0FD6ED. Grayscale: #626262. Windows color (decimal): -1038062 or 1190384. OLE color: 1190384.

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

Color convert

RGB 240 41 18 -
CMYK 0 0.83 0.92 0.06
HSL 6.22º 0.88% 0.51% -
HSV(B) 6.22º 0.93% 0.94% -
XYZ 36.84 20.15 2.52 -
YUV 97.88 82.93 229.37 -
System Red Green Blue C M Y K H S L
Decimal 240 41 18 0 0.83 0.92 0.06 6.22 0.88 0.51
Hex F0 29 12 0 53 5C 6 6 58 33
Octal 360 51 22 0 123 134 6 6 130 63
Binary 11110000 101001 10010 0 1010011 1011100 110 110 1011000 110011

Color Harmonies of #F02912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02912

Black with #F02912

Text Example


Text Example

White with #F02912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02912; }

 p { color: rgb(240,41,18); }

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

background-color css

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

 a { background-color: rgb(240,41,18); }

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

border-color css

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

 span { border-color: rgb(240,41,18); }

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