Html Css Color HEX #F03F1B Cinnabar

📋 copy color: '#F03F1B'

red 240 ◦ green 63 ◦ blue 27

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

Shades of Cinnabar #F03F1B

Tints of Cinnabar #F03F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 72.73%
G = 19.09%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F03F1B (or 0xF03F1B) is known color: Cinnabar. HEX triplet: F0, 3F and 1B. RGB value is (240,63,27). Sum of RGB (Red+Green+Blue) = 240+63+27=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03F1B is #0FC0E4. Grayscale: #707070. Windows color (decimal): -1032421 or 1785840. OLE color: 1785840.

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

Color convert

RGB 240 63 27 -
CMYK 0 0.74 0.89 0.06
HSL 10.14º 0.88% 0.52% -
HSV(B) 10.14º 0.89% 0.94% -
XYZ 37.91 22.16 3.32 -
YUV 111.82 80.14 219.43 -
System Red Green Blue C M Y K H S L
Decimal 240 63 27 0 0.74 0.89 0.06 10.14 0.88 0.52
Hex F0 3F 1B 0 4A 59 6 A 58 34
Octal 360 77 33 0 112 131 6 12 130 64
Binary 11110000 111111 11011 0 1001010 1011001 110 1010 1011000 110100

Color Harmonies of #F03F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F1B

Black with #F03F1B

Text Example


Text Example

White with #F03F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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