Html Css Color HEX #F02812 Scarlet

📋 copy color: '#F02812'

red 240 ◦ green 40 ◦ blue 18

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

Shades of Scarlet #F02812

Tints of Scarlet #F02812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.42%

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

R = 80.54%
G = 13.42%
B = 6.04%

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

#F02812 (or 0xF02812) is known color: Scarlet. HEX triplet: F0, 28 and 12. RGB value is (240,40,18). Sum of RGB (Red+Green+Blue) = 240+40+18=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F02812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02812 is #0FD7ED. Grayscale: #616161. Windows color (decimal): -1038318 or 1190128. OLE color: 1190128.

HSL color Cylindrical-coordinate representation of color #F02812: hue angle of 5.95º 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 #F02812 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 40 18 -
CMYK 0 0.83 0.92 0.06
HSL 5.95º 0.88% 0.51% -
HSV(B) 5.95º 0.93% 0.94% -
XYZ 36.8 20.09 2.51 -
YUV 97.29 83.26 229.79 -
System Red Green Blue C M Y K H S L
Decimal 240 40 18 0 0.83 0.92 0.06 5.95 0.88 0.51
Hex F0 28 12 0 53 5C 6 6 58 33
Octal 360 50 22 0 123 134 6 6 130 63
Binary 11110000 101000 10010 0 1010011 1011100 110 110 1011000 110011

Color Harmonies of #F02812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02812

Black with #F02812

Text Example


Text Example

White with #F02812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02812; }

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

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

background-color css

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

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

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

border-color css

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

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

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