Html Css Color HEX #F04434 Cinnabar

📋 copy color: '#F04434'

red 240 ◦ green 68 ◦ blue 52

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

Shades of Cinnabar #F04434

Tints of Cinnabar #F04434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.89%

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

R = 66.67%
G = 18.89%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F04434 (or 0xF04434) is known color: Cinnabar. HEX triplet: F0, 44 and 34. RGB value is (240,68,52). Sum of RGB (Red+Green+Blue) = 240+68+52=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F04434 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04434 is #0FBBCB. Grayscale: #757575. Windows color (decimal): -1031116 or 3425520. OLE color: 3425520.

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

Color convert

RGB 240 68 52 -
CMYK 0 0.72 0.78 0.06
HSL 5.11º 0.86% 0.57% -
HSV(B) 5.11º 0.78% 0.94% -
XYZ 38.62 22.91 5.63 -
YUV 117.6 90.98 215.3 -
System Red Green Blue C M Y K H S L
Decimal 240 68 52 0 0.72 0.78 0.06 5.11 0.86 0.57
Hex F0 44 34 0 48 4E 6 5 56 39
Octal 360 104 64 0 110 116 6 5 126 71
Binary 11110000 1000100 110100 0 1001000 1001110 110 101 1010110 111001

Color Harmonies of #F04434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04434

Black with #F04434

Text Example


Text Example

White with #F04434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04434; }

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

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

background-color css

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

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

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

border-color css

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

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

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