Html Css Color HEX #F04422 Cinnabar

📋 copy color: '#F04422'

red 240 ◦ green 68 ◦ blue 34

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

Shades of Cinnabar #F04422

Tints of Cinnabar #F04422

RGB

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

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

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

R = 70.18%
G = 19.88%
B = 9.94%

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

#F04422 (or 0xF04422) is known color: Cinnabar. HEX triplet: F0, 44 and 22. RGB value is (240,68,34). Sum of RGB (Red+Green+Blue) = 240+68+34=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F04422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04422 is #0FBBDD. Grayscale: #737373. Windows color (decimal): -1031134 or 2245872. OLE color: 2245872.

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

Color convert

RGB 240 68 34 -
CMYK 0 0.72 0.86 0.06
HSL 9.9º 0.87% 0.54% -
HSV(B) 9.9º 0.86% 0.94% -
XYZ 38.29 22.78 3.89 -
YUV 115.55 81.98 216.76 -
System Red Green Blue C M Y K H S L
Decimal 240 68 34 0 0.72 0.86 0.06 9.9 0.87 0.54
Hex F0 44 22 0 48 56 6 A 57 36
Octal 360 104 42 0 110 126 6 12 127 66
Binary 11110000 1000100 100010 0 1001000 1010110 110 1010 1010111 110110

Color Harmonies of #F04422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04422

Black with #F04422

Text Example


Text Example

White with #F04422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04422; }

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

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

background-color css

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

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

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

border-color css

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

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

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