Html Css Color HEX #F04820 Cinnabar

📋 copy color: '#F04820'

red 240 ◦ green 72 ◦ blue 32

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

Shades of Cinnabar #F04820

Tints of Cinnabar #F04820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.93%

 BLUE value IS 32 (12.89% from 255) = 9.3%

R = 69.77%
G = 20.93%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F04820 (or 0xF04820) is known color: Cinnabar. HEX triplet: F0, 48 and 20. RGB value is (240,72,32). Sum of RGB (Red+Green+Blue) = 240+72+32=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F04820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04820 is #0FB7DF. Grayscale: #757575. Windows color (decimal): -1030112 or 2115824. OLE color: 2115824.

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

Color convert

RGB 240 72 32 -
CMYK 0 0.7 0.87 0.06
HSL 11.54º 0.87% 0.53% -
HSV(B) 11.54º 0.87% 0.94% -
XYZ 38.51 23.26 3.83 -
YUV 117.67 79.66 215.25 -
System Red Green Blue C M Y K H S L
Decimal 240 72 32 0 0.7 0.87 0.06 11.54 0.87 0.53
Hex F0 48 20 0 46 57 6 C 57 35
Octal 360 110 40 0 106 127 6 14 127 65
Binary 11110000 1001000 100000 0 1000110 1010111 110 1100 1010111 110101

Color Harmonies of #F04820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04820

Black with #F04820

Text Example


Text Example

White with #F04820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04820; }

 p { color: rgb(240,72,32); }

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

background-color css

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

 a { background-color: rgb(240,72,32); }

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

border-color css

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

 span { border-color: rgb(240,72,32); }

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