Html Css Color HEX #F04732 Cinnabar

📋 copy color: '#F04732'

red 240 ◦ green 71 ◦ blue 50

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

Shades of Cinnabar #F04732

Tints of Cinnabar #F04732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.85%

R = 66.48%
G = 19.67%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F04732 (or 0xF04732) is known color: Cinnabar. HEX triplet: F0, 47 and 32. RGB value is (240,71,50). Sum of RGB (Red+Green+Blue) = 240+71+50=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F04732 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04732 is #0FB8CD. Grayscale: #777777. Windows color (decimal): -1030350 or 3295216. OLE color: 3295216.

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

Color convert

RGB 240 71 50 -
CMYK 0 0.70 0.79 0.06
HSL 6.63º 0.86% 0.57% -
HSV(B) 6.63º 0.79% 0.94% -
XYZ 38.76 23.26 5.46 -
YUV 119.14 88.99 214.21 -
System Red Green Blue C M Y K H S L
Decimal 240 71 50 0 0.70 0.79 0.06 6.63 0.86 0.57
Hex F0 47 32 0 46 4F 6 7 56 39
Octal 360 107 62 0 106 117 6 7 126 71
Binary 11110000 1000111 110010 0 1000110 1001111 110 111 1010110 111001

Color Harmonies of #F04732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04732

Black with #F04732

Text Example


Text Example

White with #F04732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04732; }

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

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

background-color css

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

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

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

border-color css

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

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

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