Html Css Color HEX #DA4829 Cinnabar

📋 copy color: '#DA4829'

red 218 ◦ green 72 ◦ blue 41

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

Shades of Cinnabar #DA4829

Tints of Cinnabar #DA4829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.75%

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

R = 65.86%
G = 21.75%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA4829 (or 0xDA4829) is known color: Cinnabar. HEX triplet: DA, 48 and 29. RGB value is (218,72,41). Sum of RGB (Red+Green+Blue) = 218+72+41=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4829 is #25B7D6. Grayscale: #707070. Windows color (decimal): -2471895 or 2705626. OLE color: 2705626.

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

Color convert

RGB 218 72 41 -
CMYK 0 0.67 0.81 0.15
HSL 10.51º 0.71% 0.51% -
HSV(B) 10.51º 0.81% 0.85% -
XYZ 31.63 19.7 4.23 -
YUV 112.12 87.87 203.52 -
System Red Green Blue C M Y K H S L
Decimal 218 72 41 0 0.67 0.81 0.15 10.51 0.71 0.51
Hex DA 48 29 0 43 51 F B 47 33
Octal 332 110 51 0 103 121 17 13 107 63
Binary 11011010 1001000 101001 0 1000011 1010001 1111 1011 1000111 110011

Color Harmonies of #DA4829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4829

Black with #DA4829

Text Example


Text Example

White with #DA4829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4829; }

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

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

background-color css

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

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

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

border-color css

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

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

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