Html Css Color HEX #F04C29 Cinnabar

📋 copy color: '#F04C29'

red 240 ◦ green 76 ◦ blue 41

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

Shades of Cinnabar #F04C29

Tints of Cinnabar #F04C29

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.29%

 BLUE value IS 41 (16.41% from 255) = 11.48%

R = 67.23%
G = 21.29%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F04C29 (or 0xF04C29) is known color: Cinnabar. HEX triplet: F0, 4C and 29. RGB value is (240,76,41). Sum of RGB (Red+Green+Blue) = 240+76+41=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04C29 is #0FB3D6. Grayscale: #797979. Windows color (decimal): -1029079 or 2706672. OLE color: 2706672.

HSL color Cylindrical-coordinate representation of color #F04C29: hue angle of 10.55º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F04C29 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 76 41 -
CMYK 0 0.68 0.83 0.06
HSL 10.55º 0.87% 0.55% -
HSV(B) 10.55º 0.83% 0.94% -
XYZ 38.92 23.85 4.65 -
YUV 121.05 82.83 212.85 -
System Red Green Blue C M Y K H S L
Decimal 240 76 41 0 0.68 0.83 0.06 10.55 0.87 0.55
Hex F0 4C 29 0 44 53 6 B 57 37
Octal 360 114 51 0 104 123 6 13 127 67
Binary 11110000 1001100 101001 0 1000100 1010011 110 1011 1010111 110111

Color Harmonies of #F04C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C29

Black with #F04C29

Text Example


Text Example

White with #F04C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C29; }

 p { color: rgb(240,76,41); }

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

background-color css

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

 a { background-color: rgb(240,76,41); }

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

border-color css

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

 span { border-color: rgb(240,76,41); }

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