Html Css Color HEX #F04421 Cinnabar

📋 copy color: '#F04421'

red 240 ◦ green 68 ◦ blue 33

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

Shades of Cinnabar #F04421

Tints of Cinnabar #F04421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.94%

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

R = 70.38%
G = 19.94%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F04421 (or 0xF04421) is known color: Cinnabar. HEX triplet: F0, 44 and 21. RGB value is (240,68,33). Sum of RGB (Red+Green+Blue) = 240+68+33=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F04421 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04421 is #0FBBDE. Grayscale: #737373. Windows color (decimal): -1031135 or 2180336. OLE color: 2180336.

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

Color convert

RGB 240 68 33 -
CMYK 0 0.72 0.86 0.06
HSL 10.14º 0.87% 0.54% -
HSV(B) 10.14º 0.86% 0.94% -
XYZ 38.28 22.77 3.82 -
YUV 115.44 81.48 216.85 -
System Red Green Blue C M Y K H S L
Decimal 240 68 33 0 0.72 0.86 0.06 10.14 0.87 0.54
Hex F0 44 21 0 48 56 6 A 57 36
Octal 360 104 41 0 110 126 6 12 127 66
Binary 11110000 1000100 100001 0 1001000 1010110 110 1010 1010111 110110

Color Harmonies of #F04421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04421

Black with #F04421

Text Example


Text Example

White with #F04421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04421; }

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

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

background-color css

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

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

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

border-color css

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

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

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