Html Css Color HEX #DA4D29 Cinnabar

📋 copy color: '#DA4D29'

red 218 ◦ green 77 ◦ blue 41

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

Shades of Cinnabar #DA4D29

Tints of Cinnabar #DA4D29

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.92%

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

R = 64.88%
G = 22.92%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA4D29 (or 0xDA4D29) is known color: Cinnabar. HEX triplet: DA, 4D and 29. RGB value is (218,77,41). Sum of RGB (Red+Green+Blue) = 218+77+41=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4D29 is #25B2D6. Grayscale: #737373. Windows color (decimal): -2470615 or 2706906. OLE color: 2706906.

HSL color Cylindrical-coordinate representation of color #DA4D29: hue angle of 12.2º 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 #DA4D29 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 77 41 -
CMYK 0 0.65 0.81 0.15
HSL 12.2º 0.71% 0.51% -
HSV(B) 12.2º 0.81% 0.85% -
XYZ 31.97 20.37 4.35 -
YUV 115.06 86.21 201.43 -
System Red Green Blue C M Y K H S L
Decimal 218 77 41 0 0.65 0.81 0.15 12.2 0.71 0.51
Hex DA 4D 29 0 41 51 F C 47 33
Octal 332 115 51 0 101 121 17 14 107 63
Binary 11011010 1001101 101001 0 1000001 1010001 1111 1100 1000111 110011

Color Harmonies of #DA4D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4D29

Black with #DA4D29

Text Example


Text Example

White with #DA4D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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