Html Css Color HEX #F04521 Cinnabar

📋 copy color: '#F04521'

red 240 ◦ green 69 ◦ blue 33

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

Shades of Cinnabar #F04521

Tints of Cinnabar #F04521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.18%

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

R = 70.18%
G = 20.18%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F04521 (or 0xF04521) is known color: Cinnabar. HEX triplet: F0, 45 and 21. RGB value is (240,69,33). Sum of RGB (Red+Green+Blue) = 240+69+33=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F04521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04521 is #0FBADE. Grayscale: #747474. Windows color (decimal): -1030879 or 2180592. OLE color: 2180592.

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

Color convert

RGB 240 69 33 -
CMYK 0 0.71 0.86 0.06
HSL 10.43º 0.87% 0.54% -
HSV(B) 10.43º 0.86% 0.94% -
XYZ 38.34 22.89 3.84 -
YUV 116.03 81.15 216.43 -
System Red Green Blue C M Y K H S L
Decimal 240 69 33 0 0.71 0.86 0.06 10.43 0.87 0.54
Hex F0 45 21 0 47 56 6 A 57 36
Octal 360 105 41 0 107 126 6 12 127 66
Binary 11110000 1000101 100001 0 1000111 1010110 110 1010 1010111 110110

Color Harmonies of #F04521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04521

Black with #F04521

Text Example


Text Example

White with #F04521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04521; }

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

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

background-color css

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

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

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

border-color css

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

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

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