Html Css Color HEX #F0472F Cinnabar

📋 copy color: '#F0472F'

red 240 ◦ green 71 ◦ blue 47

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

Shades of Cinnabar #F0472F

Tints of Cinnabar #F0472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.83%

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

R = 67.04%
G = 19.83%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0472F (or 0xF0472F) is known color: Cinnabar. HEX triplet: F0, 47 and 2F. RGB value is (240,71,47). Sum of RGB (Red+Green+Blue) = 240+71+47=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F0472F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0472F is #0FB8D0. Grayscale: #777777. Windows color (decimal): -1030353 or 3098608. OLE color: 3098608.

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

Color convert

RGB 240 71 47 -
CMYK 0 0.70 0.80 0.06
HSL 7.46º 0.87% 0.56% -
HSV(B) 7.46º 0.8% 0.94% -
XYZ 38.7 23.24 5.13 -
YUV 118.8 87.49 214.45 -
System Red Green Blue C M Y K H S L
Decimal 240 71 47 0 0.70 0.80 0.06 7.46 0.87 0.56
Hex F0 47 2F 0 46 50 6 7 57 38
Octal 360 107 57 0 106 120 6 7 127 70
Binary 11110000 1000111 101111 0 1000110 1010000 110 111 1010111 111000

Color Harmonies of #F0472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0472F

Black with #F0472F

Text Example


Text Example

White with #F0472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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