Html Css Color HEX #F03D29 Cinnabar

📋 copy color: '#F03D29'

red 240 ◦ green 61 ◦ blue 41

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

Shades of Cinnabar #F03D29

Tints of Cinnabar #F03D29

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.84%

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

R = 70.18%
G = 17.84%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F03D29 (or 0xF03D29) is known color: Cinnabar. HEX triplet: F0, 3D and 29. RGB value is (240,61,41). Sum of RGB (Red+Green+Blue) = 240+61+41=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03D29 is #0FC2D6. Grayscale: #707070. Windows color (decimal): -1032919 or 2702832. OLE color: 2702832.

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

Color convert

RGB 240 61 41 -
CMYK 0 0.75 0.83 0.06
HSL 6.03º 0.87% 0.55% -
HSV(B) 6.03º 0.83% 0.94% -
XYZ 38 22.02 4.35 -
YUV 112.24 87.8 219.13 -
System Red Green Blue C M Y K H S L
Decimal 240 61 41 0 0.75 0.83 0.06 6.03 0.87 0.55
Hex F0 3D 29 0 4B 53 6 6 57 37
Octal 360 75 51 0 113 123 6 6 127 67
Binary 11110000 111101 101001 0 1001011 1010011 110 110 1010111 110111

Color Harmonies of #F03D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D29

Black with #F03D29

Text Example


Text Example

White with #F03D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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