Html Css Color HEX #F04427 Cinnabar

📋 copy color: '#F04427'

red 240 ◦ green 68 ◦ blue 39

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

Shades of Cinnabar #F04427

Tints of Cinnabar #F04427

RGB

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

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

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

R = 69.16%
G = 19.6%
B = 11.24%

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

#F04427 (or 0xF04427) is known color: Cinnabar. HEX triplet: F0, 44 and 27. RGB value is (240,68,39). Sum of RGB (Red+Green+Blue) = 240+68+39=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F04427 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04427 is #0FBBD8. Grayscale: #747474. Windows color (decimal): -1031129 or 2573552. OLE color: 2573552.

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

Color convert

RGB 240 68 39 -
CMYK 0 0.72 0.84 0.06
HSL 8.66º 0.87% 0.55% -
HSV(B) 8.66º 0.84% 0.94% -
XYZ 38.37 22.81 4.3 -
YUV 116.12 84.48 216.36 -
System Red Green Blue C M Y K H S L
Decimal 240 68 39 0 0.72 0.84 0.06 8.66 0.87 0.55
Hex F0 44 27 0 48 54 6 9 57 37
Octal 360 104 47 0 110 124 6 11 127 67
Binary 11110000 1000100 100111 0 1001000 1010100 110 1001 1010111 110111

Color Harmonies of #F04427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04427

Black with #F04427

Text Example


Text Example

White with #F04427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04427; }

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

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

background-color css

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

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

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

border-color css

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

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

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