Html Css Color HEX #DA3E29 Cinnabar

📋 copy color: '#DA3E29'

red 218 ◦ green 62 ◦ blue 41

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

Shades of Cinnabar #DA3E29

Tints of Cinnabar #DA3E29

RGB

 RED value IS 218 (85.55% from 255) = 67.91%

 GREEN value IS 62 (24.61% from 255) = 19.31%

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

R = 67.91%
G = 19.31%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA3E29 (or 0xDA3E29) is known color: Cinnabar. HEX triplet: DA, 3E and 29. RGB value is (218,62,41). Sum of RGB (Red+Green+Blue) = 218+62+41=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3E29 is #25C1D6. Grayscale: #6A6A6A. Windows color (decimal): -2474455 or 2703066. OLE color: 2703066.

HSL color Cylindrical-coordinate representation of color #DA3E29: hue angle of 7.12º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA3E29 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 62 41 -
CMYK 0 0.72 0.81 0.15
HSL 7.12º 0.71% 0.51% -
HSV(B) 7.12º 0.81% 0.85% -
XYZ 31.04 18.51 4.03 -
YUV 106.25 91.18 207.71 -
System Red Green Blue C M Y K H S L
Decimal 218 62 41 0 0.72 0.81 0.15 7.12 0.71 0.51
Hex DA 3E 29 0 48 51 F 7 47 33
Octal 332 76 51 0 110 121 17 7 107 63
Binary 11011010 111110 101001 0 1001000 1010001 1111 111 1000111 110011

Color Harmonies of #DA3E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3E29

Black with #DA3E29

Text Example


Text Example

White with #DA3E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3E29; }

 p { color: rgb(218,62,41); }

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

background-color css

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

 a { background-color: rgb(218,62,41); }

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

border-color css

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

 span { border-color: rgb(218,62,41); }

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