Html Css Color HEX #F04929 Cinnabar

📋 copy color: '#F04929'

red 240 ◦ green 73 ◦ blue 41

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

Shades of Cinnabar #F04929

Tints of Cinnabar #F04929

RGB

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

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

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

R = 67.8%
G = 20.62%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F04929 (or 0xF04929) is known color: Cinnabar. HEX triplet: F0, 49 and 29. RGB value is (240,73,41). Sum of RGB (Red+Green+Blue) = 240+73+41=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F04929 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04929 is #0FB6D6. Grayscale: #777777. Windows color (decimal): -1029847 or 2705904. OLE color: 2705904.

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

Color convert

RGB 240 73 41 -
CMYK 0 0.70 0.83 0.06
HSL 9.65º 0.87% 0.55% -
HSV(B) 9.65º 0.83% 0.94% -
XYZ 38.72 23.45 4.58 -
YUV 119.29 83.83 214.1 -
System Red Green Blue C M Y K H S L
Decimal 240 73 41 0 0.70 0.83 0.06 9.65 0.87 0.55
Hex F0 49 29 0 46 53 6 A 57 37
Octal 360 111 51 0 106 123 6 12 127 67
Binary 11110000 1001001 101001 0 1000110 1010011 110 1010 1010111 110111

Color Harmonies of #F04929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04929

Black with #F04929

Text Example


Text Example

White with #F04929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04929; }

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

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

background-color css

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

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

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

border-color css

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

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

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