Html Css Color HEX #F03A1B Cinnabar

📋 copy color: '#F03A1B'

red 240 ◦ green 58 ◦ blue 27

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

Shades of Cinnabar #F03A1B

Tints of Cinnabar #F03A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.85%

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

R = 73.85%
G = 17.85%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F03A1B (or 0xF03A1B) is known color: Cinnabar. HEX triplet: F0, 3A and 1B. RGB value is (240,58,27). Sum of RGB (Red+Green+Blue) = 240+58+27=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03A1B is #0FC5E4. Grayscale: #6D6D6D. Windows color (decimal): -1033701 or 1784560. OLE color: 1784560.

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

Color convert

RGB 240 58 27 -
CMYK 0 0.76 0.89 0.06
HSL 8.73º 0.88% 0.52% -
HSV(B) 8.73º 0.89% 0.94% -
XYZ 37.65 21.63 3.23 -
YUV 108.88 81.8 221.52 -
System Red Green Blue C M Y K H S L
Decimal 240 58 27 0 0.76 0.89 0.06 8.73 0.88 0.52
Hex F0 3A 1B 0 4C 59 6 9 58 34
Octal 360 72 33 0 114 131 6 11 130 64
Binary 11110000 111010 11011 0 1001100 1011001 110 1001 1011000 110100

Color Harmonies of #F03A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03A1B

Black with #F03A1B

Text Example


Text Example

White with #F03A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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