Html Css Color HEX #F04731 Cinnabar

📋 copy color: '#F04731'

red 240 ◦ green 71 ◦ blue 49

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

Shades of Cinnabar #F04731

Tints of Cinnabar #F04731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.61%

R = 66.67%
G = 19.72%
B = 13.61%

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

#F04731 (or 0xF04731) is known color: Cinnabar. HEX triplet: F0, 47 and 31. RGB value is (240,71,49). Sum of RGB (Red+Green+Blue) = 240+71+49=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F04731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04731 is #0FB8CE. Grayscale: #777777. Windows color (decimal): -1030351 or 3229680. OLE color: 3229680.

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

Color convert

RGB 240 71 49 -
CMYK 0 0.70 0.80 0.06
HSL 6.91º 0.86% 0.57% -
HSV(B) 6.91º 0.8% 0.94% -
XYZ 38.74 23.25 5.35 -
YUV 119.02 88.49 214.29 -
System Red Green Blue C M Y K H S L
Decimal 240 71 49 0 0.70 0.80 0.06 6.91 0.86 0.57
Hex F0 47 31 0 46 50 6 7 56 39
Octal 360 107 61 0 106 120 6 7 126 71
Binary 11110000 1000111 110001 0 1000110 1010000 110 111 1010110 111001

Color Harmonies of #F04731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04731

Black with #F04731

Text Example


Text Example

White with #F04731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04731; }

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

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

background-color css

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

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

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

border-color css

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

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

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