Html Css Color HEX #F03729 Cinnabar

📋 copy color: '#F03729'

red 240 ◦ green 55 ◦ blue 41

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

Shades of Cinnabar #F03729

Tints of Cinnabar #F03729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.37%

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

R = 71.43%
G = 16.37%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F03729 (or 0xF03729) is known color: Cinnabar. HEX triplet: F0, 37 and 29. RGB value is (240,55,41). Sum of RGB (Red+Green+Blue) = 240+55+41=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F03729 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03729 is #0FC8D6. Grayscale: #6C6C6C. Windows color (decimal): -1034455 or 2701296. OLE color: 2701296.

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

Color convert

RGB 240 55 41 -
CMYK 0 0.77 0.83 0.06
HSL 4.22º 0.87% 0.55% -
HSV(B) 4.22º 0.83% 0.94% -
XYZ 37.7 21.42 4.24 -
YUV 108.72 89.79 221.64 -
System Red Green Blue C M Y K H S L
Decimal 240 55 41 0 0.77 0.83 0.06 4.22 0.87 0.55
Hex F0 37 29 0 4D 53 6 4 57 37
Octal 360 67 51 0 115 123 6 4 127 67
Binary 11110000 110111 101001 0 1001101 1010011 110 100 1010111 110111

Color Harmonies of #F03729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03729

Black with #F03729

Text Example


Text Example

White with #F03729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03729; }

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

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

background-color css

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

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

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

border-color css

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

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

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