Html Css Color HEX #F03F2C Cinnabar

📋 copy color: '#F03F2C'

red 240 ◦ green 63 ◦ blue 44

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

Shades of Cinnabar #F03F2C

Tints of Cinnabar #F03F2C

RGB

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

 GREEN value IS 63 (25% from 255) = 18.16%

 BLUE value IS 44 (17.58% from 255) = 12.68%

R = 69.16%
G = 18.16%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F03F2C (or 0xF03F2C) is known color: Cinnabar. HEX triplet: F0, 3F and 2C. RGB value is (240,63,44). Sum of RGB (Red+Green+Blue) = 240+63+44=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03F2C is #0FC0D3. Grayscale: #727272. Windows color (decimal): -1032404 or 2899952. OLE color: 2899952.

HSL color Cylindrical-coordinate representation of color #F03F2C: hue angle of 5.82º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F03F2C is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 63 44 -
CMYK 0 0.74 0.82 0.06
HSL 5.82º 0.87% 0.56% -
HSV(B) 5.82º 0.82% 0.94% -
XYZ 38.17 22.26 4.67 -
YUV 113.76 88.64 218.04 -
System Red Green Blue C M Y K H S L
Decimal 240 63 44 0 0.74 0.82 0.06 5.82 0.87 0.56
Hex F0 3F 2C 0 4A 52 6 6 57 38
Octal 360 77 54 0 112 122 6 6 127 70
Binary 11110000 111111 101100 0 1001010 1010010 110 110 1010111 111000

Color Harmonies of #F03F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F2C

Black with #F03F2C

Text Example


Text Example

White with #F03F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F2C; }

 p { color: rgb(240,63,44); }

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

background-color css

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

 a { background-color: rgb(240,63,44); }

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

border-color css

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

 span { border-color: rgb(240,63,44); }

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