Html Css Color HEX #F04921 Cinnabar

📋 copy color: '#F04921'

red 240 ◦ green 73 ◦ blue 33

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

Shades of Cinnabar #F04921

Tints of Cinnabar #F04921

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.1%

 BLUE value IS 33 (13.28% from 255) = 9.54%

R = 69.36%
G = 21.1%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F04921 (or 0xF04921) is known color: Cinnabar. HEX triplet: F0, 49 and 21. RGB value is (240,73,33). Sum of RGB (Red+Green+Blue) = 240+73+33=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F04921 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04921 is #0FB6DE. Grayscale: #767676. Windows color (decimal): -1029855 or 2181616. OLE color: 2181616.

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

Color convert

RGB 240 73 33 -
CMYK 0 0.70 0.86 0.06
HSL 11.59º 0.87% 0.54% -
HSV(B) 11.59º 0.86% 0.94% -
XYZ 38.59 23.4 3.92 -
YUV 118.37 79.83 214.75 -
System Red Green Blue C M Y K H S L
Decimal 240 73 33 0 0.70 0.86 0.06 11.59 0.87 0.54
Hex F0 49 21 0 46 56 6 C 57 36
Octal 360 111 41 0 106 126 6 14 127 66
Binary 11110000 1001001 100001 0 1000110 1010110 110 1100 1010111 110110

Color Harmonies of #F04921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04921

Black with #F04921

Text Example


Text Example

White with #F04921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04921; }

 p { color: rgb(240,73,33); }

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

background-color css

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

 a { background-color: rgb(240,73,33); }

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

border-color css

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

 span { border-color: rgb(240,73,33); }

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