Html Css Color HEX #DA4329 Cinnabar

📋 copy color: '#DA4329'

red 218 ◦ green 67 ◦ blue 41

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

Shades of Cinnabar #DA4329

Tints of Cinnabar #DA4329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.55%

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

R = 66.87%
G = 20.55%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA4329 (or 0xDA4329) is known color: Cinnabar. HEX triplet: DA, 43 and 29. RGB value is (218,67,41). Sum of RGB (Red+Green+Blue) = 218+67+41=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4329 is #25BCD6. Grayscale: #6D6D6D. Windows color (decimal): -2473175 or 2704346. OLE color: 2704346.

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

Color convert

RGB 218 67 41 -
CMYK 0 0.69 0.81 0.15
HSL 8.81º 0.71% 0.51% -
HSV(B) 8.81º 0.81% 0.85% -
XYZ 31.32 19.08 4.13 -
YUV 109.19 89.53 205.61 -
System Red Green Blue C M Y K H S L
Decimal 218 67 41 0 0.69 0.81 0.15 8.81 0.71 0.51
Hex DA 43 29 0 45 51 F 9 47 33
Octal 332 103 51 0 105 121 17 11 107 63
Binary 11011010 1000011 101001 0 1000101 1010001 1111 1001 1000111 110011

Color Harmonies of #DA4329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4329

Black with #DA4329

Text Example


Text Example

White with #DA4329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4329; }

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

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

background-color css

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

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

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

border-color css

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

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

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