Html Css Color HEX #F04529 Cinnabar

📋 copy color: '#F04529'

red 240 ◦ green 69 ◦ blue 41

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

Shades of Cinnabar #F04529

Tints of Cinnabar #F04529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.71%

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

R = 68.57%
G = 19.71%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F04529 (or 0xF04529) is known color: Cinnabar. HEX triplet: F0, 45 and 29. RGB value is (240,69,41). Sum of RGB (Red+Green+Blue) = 240+69+41=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F04529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04529 is #0FBAD6. Grayscale: #757575. Windows color (decimal): -1030871 or 2704880. OLE color: 2704880.

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

Color convert

RGB 240 69 41 -
CMYK 0 0.71 0.83 0.06
HSL 8.44º 0.87% 0.55% -
HSV(B) 8.44º 0.83% 0.94% -
XYZ 38.46 22.94 4.5 -
YUV 116.94 85.15 215.78 -
System Red Green Blue C M Y K H S L
Decimal 240 69 41 0 0.71 0.83 0.06 8.44 0.87 0.55
Hex F0 45 29 0 47 53 6 8 57 37
Octal 360 105 51 0 107 123 6 10 127 67
Binary 11110000 1000101 101001 0 1000111 1010011 110 1000 1010111 110111

Color Harmonies of #F04529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04529

Black with #F04529

Text Example


Text Example

White with #F04529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04529; }

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

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

background-color css

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

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

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

border-color css

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

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

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