Html Css Color HEX #F03722 Cinnabar

📋 copy color: '#F03722'

red 240 ◦ green 55 ◦ blue 34

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

Shades of Cinnabar #F03722

Tints of Cinnabar #F03722

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.72%

 BLUE value IS 34 (13.67% from 255) = 10.33%

R = 72.95%
G = 16.72%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F03722 (or 0xF03722) is known color: Cinnabar. HEX triplet: F0, 37 and 22. RGB value is (240,55,34). Sum of RGB (Red+Green+Blue) = 240+55+34=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F03722 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03722 is #0FC8DD. Grayscale: #6C6C6C. Windows color (decimal): -1034462 or 2242544. OLE color: 2242544.

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

Color convert

RGB 240 55 34 -
CMYK 0 0.77 0.86 0.06
HSL 6.12º 0.87% 0.54% -
HSV(B) 6.12º 0.86% 0.94% -
XYZ 37.59 21.37 3.66 -
YUV 107.92 86.29 222.21 -
System Red Green Blue C M Y K H S L
Decimal 240 55 34 0 0.77 0.86 0.06 6.12 0.87 0.54
Hex F0 37 22 0 4D 56 6 6 57 36
Octal 360 67 42 0 115 126 6 6 127 66
Binary 11110000 110111 100010 0 1001101 1010110 110 110 1010111 110110

Color Harmonies of #F03722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03722

Black with #F03722

Text Example


Text Example

White with #F03722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03722; }

 p { color: rgb(240,55,34); }

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

background-color css

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

 a { background-color: rgb(240,55,34); }

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

border-color css

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

 span { border-color: rgb(240,55,34); }

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