Html Css Color HEX #F04227 Cinnabar

📋 copy color: '#F04227'

red 240 ◦ green 66 ◦ blue 39

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

Shades of Cinnabar #F04227

Tints of Cinnabar #F04227

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.13%

 BLUE value IS 39 (15.63% from 255) = 11.3%

R = 69.57%
G = 19.13%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F04227 (or 0xF04227) is known color: Cinnabar. HEX triplet: F0, 42 and 27. RGB value is (240,66,39). Sum of RGB (Red+Green+Blue) = 240+66+39=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F04227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04227 is #0FBDD8. Grayscale: #737373. Windows color (decimal): -1031641 or 2573040. OLE color: 2573040.

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

Color convert

RGB 240 66 39 -
CMYK 0 0.72 0.84 0.06
HSL 8.06º 0.87% 0.55% -
HSV(B) 8.06º 0.84% 0.94% -
XYZ 38.25 22.57 4.26 -
YUV 114.95 85.15 217.2 -
System Red Green Blue C M Y K H S L
Decimal 240 66 39 0 0.72 0.84 0.06 8.06 0.87 0.55
Hex F0 42 27 0 48 54 6 8 57 37
Octal 360 102 47 0 110 124 6 10 127 67
Binary 11110000 1000010 100111 0 1001000 1010100 110 1000 1010111 110111

Color Harmonies of #F04227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04227

Black with #F04227

Text Example


Text Example

White with #F04227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04227; }

 p { color: rgb(240,66,39); }

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

background-color css

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

 a { background-color: rgb(240,66,39); }

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

border-color css

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

 span { border-color: rgb(240,66,39); }

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