Html Css Color HEX #DA4429 Cinnabar

📋 copy color: '#DA4429'

red 218 ◦ green 68 ◦ blue 41

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

Shades of Cinnabar #DA4429

Tints of Cinnabar #DA4429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.8%

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

R = 66.67%
G = 20.8%
B = 12.54%

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

#DA4429 (or 0xDA4429) is known color: Cinnabar. HEX triplet: DA, 44 and 29. RGB value is (218,68,41). Sum of RGB (Red+Green+Blue) = 218+68+41=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4429 is #25BBD6. Grayscale: #6E6E6E. Windows color (decimal): -2472919 or 2704602. OLE color: 2704602.

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

Color convert

RGB 218 68 41 -
CMYK 0 0.69 0.81 0.15
HSL 9.15º 0.71% 0.51% -
HSV(B) 9.15º 0.81% 0.85% -
XYZ 31.38 19.2 4.15 -
YUV 109.77 89.2 205.2 -
System Red Green Blue C M Y K H S L
Decimal 218 68 41 0 0.69 0.81 0.15 9.15 0.71 0.51
Hex DA 44 29 0 45 51 F 9 47 33
Octal 332 104 51 0 105 121 17 11 107 63
Binary 11011010 1000100 101001 0 1000101 1010001 1111 1001 1000111 110011

Color Harmonies of #DA4429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4429

Black with #DA4429

Text Example


Text Example

White with #DA4429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4429; }

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

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

background-color css

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

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

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

border-color css

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

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

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