Html Css Color HEX #F0422F Cinnabar

📋 copy color: '#F0422F'

red 240 ◦ green 66 ◦ blue 47

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

Shades of Cinnabar #F0422F

Tints of Cinnabar #F0422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.31%

R = 67.99%
G = 18.7%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0422F (or 0xF0422F) is known color: Cinnabar. HEX triplet: F0, 42 and 2F. RGB value is (240,66,47). Sum of RGB (Red+Green+Blue) = 240+66+47=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F0422F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0422F is #0FBDD0. Grayscale: #747474. Windows color (decimal): -1031633 or 3097328. OLE color: 3097328.

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

Color convert

RGB 240 66 47 -
CMYK 0 0.72 0.80 0.06
HSL 5.91º 0.87% 0.56% -
HSV(B) 5.91º 0.8% 0.94% -
XYZ 38.4 22.63 5.03 -
YUV 115.86 89.15 216.54 -
System Red Green Blue C M Y K H S L
Decimal 240 66 47 0 0.72 0.80 0.06 5.91 0.87 0.56
Hex F0 42 2F 0 48 50 6 6 57 38
Octal 360 102 57 0 110 120 6 6 127 70
Binary 11110000 1000010 101111 0 1001000 1010000 110 110 1010111 111000

Color Harmonies of #F0422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0422F

Black with #F0422F

Text Example


Text Example

White with #F0422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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