Html Css Color HEX #F04934 Cinnabar

📋 copy color: '#F04934'

red 240 ◦ green 73 ◦ blue 52

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

Shades of Cinnabar #F04934

Tints of Cinnabar #F04934

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20%

 BLUE value IS 52 (20.7% from 255) = 14.25%

R = 65.75%
G = 20%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F04934 (or 0xF04934) is known color: Cinnabar. HEX triplet: F0, 49 and 34. RGB value is (240,73,52). Sum of RGB (Red+Green+Blue) = 240+73+52=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F04934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04934 is #0FB6CB. Grayscale: #787878. Windows color (decimal): -1029836 or 3426800. OLE color: 3426800.

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

Color convert

RGB 240 73 52 -
CMYK 0 0.70 0.78 0.06
HSL 6.7º 0.86% 0.57% -
HSV(B) 6.7º 0.78% 0.94% -
XYZ 38.94 23.54 5.74 -
YUV 120.54 89.33 213.21 -
System Red Green Blue C M Y K H S L
Decimal 240 73 52 0 0.70 0.78 0.06 6.7 0.86 0.57
Hex F0 49 34 0 46 4E 6 7 56 39
Octal 360 111 64 0 106 116 6 7 126 71
Binary 11110000 1001001 110100 0 1000110 1001110 110 111 1010110 111001

Color Harmonies of #F04934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04934

Black with #F04934

Text Example


Text Example

White with #F04934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04934; }

 p { color: rgb(240,73,52); }

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

background-color css

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

 a { background-color: rgb(240,73,52); }

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

border-color css

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

 span { border-color: rgb(240,73,52); }

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