Html Css Color HEX #F04134 Cinnabar

📋 copy color: '#F04134'

red 240 ◦ green 65 ◦ blue 52

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

Shades of Cinnabar #F04134

Tints of Cinnabar #F04134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.21%

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

R = 67.23%
G = 18.21%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F04134 (or 0xF04134) is known color: Cinnabar. HEX triplet: F0, 41 and 34. RGB value is (240,65,52). Sum of RGB (Red+Green+Blue) = 240+65+52=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F04134 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04134 is #0FBECB. Grayscale: #747474. Windows color (decimal): -1031884 or 3424752. OLE color: 3424752.

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

Color convert

RGB 240 65 52 -
CMYK 0 0.73 0.78 0.06
HSL 4.15º 0.86% 0.57% -
HSV(B) 4.15º 0.78% 0.94% -
XYZ 38.45 22.55 5.58 -
YUV 115.84 91.98 216.56 -
System Red Green Blue C M Y K H S L
Decimal 240 65 52 0 0.73 0.78 0.06 4.15 0.86 0.57
Hex F0 41 34 0 49 4E 6 4 56 39
Octal 360 101 64 0 111 116 6 4 126 71
Binary 11110000 1000001 110100 0 1001001 1001110 110 100 1010110 111001

Color Harmonies of #F04134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04134

Black with #F04134

Text Example


Text Example

White with #F04134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04134; }

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

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

background-color css

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

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

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

border-color css

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

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

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