Html Css Color HEX #F03F2F Cinnabar

📋 copy color: '#F03F2F'

red 240 ◦ green 63 ◦ blue 47

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

Shades of Cinnabar #F03F2F

Tints of Cinnabar #F03F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.43%

R = 68.57%
G = 18%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F03F2F (or 0xF03F2F) is known color: Cinnabar. HEX triplet: F0, 3F and 2F. RGB value is (240,63,47). Sum of RGB (Red+Green+Blue) = 240+63+47=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03F2F is #0FC0D0. Grayscale: #727272. Windows color (decimal): -1032401 or 3096560. OLE color: 3096560.

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

Color convert

RGB 240 63 47 -
CMYK 0 0.74 0.80 0.06
HSL 4.97º 0.87% 0.56% -
HSV(B) 4.97º 0.8% 0.94% -
XYZ 38.23 22.29 4.98 -
YUV 114.1 90.14 217.8 -
System Red Green Blue C M Y K H S L
Decimal 240 63 47 0 0.74 0.80 0.06 4.97 0.87 0.56
Hex F0 3F 2F 0 4A 50 6 5 57 38
Octal 360 77 57 0 112 120 6 5 127 70
Binary 11110000 111111 101111 0 1001010 1010000 110 101 1010111 111000

Color Harmonies of #F03F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F2F

Black with #F03F2F

Text Example


Text Example

White with #F03F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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