Html Css Color HEX #DA3A29 Cinnabar

📋 copy color: '#DA3A29'

red 218 ◦ green 58 ◦ blue 41

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

Shades of Cinnabar #DA3A29

Tints of Cinnabar #DA3A29

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.3%

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

R = 68.77%
G = 18.3%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA3A29 (or 0xDA3A29) is known color: Cinnabar. HEX triplet: DA, 3A and 29. RGB value is (218,58,41). Sum of RGB (Red+Green+Blue) = 218+58+41=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3A29 is #25C5D6. Grayscale: #686868. Windows color (decimal): -2475479 or 2702042. OLE color: 2702042.

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

Color convert

RGB 218 58 41 -
CMYK 0 0.73 0.81 0.15
HSL 5.76º 0.71% 0.51% -
HSV(B) 5.76º 0.81% 0.85% -
XYZ 30.83 18.09 3.97 -
YUV 103.9 92.51 209.38 -
System Red Green Blue C M Y K H S L
Decimal 218 58 41 0 0.73 0.81 0.15 5.76 0.71 0.51
Hex DA 3A 29 0 49 51 F 6 47 33
Octal 332 72 51 0 111 121 17 6 107 63
Binary 11011010 111010 101001 0 1001001 1010001 1111 110 1000111 110011

Color Harmonies of #DA3A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A29

Black with #DA3A29

Text Example


Text Example

White with #DA3A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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