Html Css Color HEX #DA0329 Crimson

📋 copy color: '#DA0329'

red 218 ◦ green 3 ◦ blue 41

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

Shades of Crimson #DA0329

Tints of Crimson #DA0329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 83.21%
G = 1.15%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA0329 (or 0xDA0329) is known color: Crimson. HEX triplet: DA, 03 and 29. RGB value is (218,3,41). Sum of RGB (Red+Green+Blue) = 218+3+41=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0329 is #25FCD6. Grayscale: #474747. Windows color (decimal): -2489559 or 2687962. OLE color: 2687962.

HSL color Cylindrical-coordinate representation of color #DA0329: hue angle of 349.4º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0329 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 3 41 -
CMYK 0 0.99 0.81 0.15
HSL 349.4º 0.97% 0.43% -
HSV(B) 349.4º 0.99% 0.85% -
XYZ 29.35 15.13 3.47 -
YUV 71.62 110.73 232.41 -
System Red Green Blue C M Y K H S L
Decimal 218 3 41 0 0.99 0.81 0.15 349.4 0.97 0.43
Hex DA 3 29 0 63 51 F 15D 61 2B
Octal 332 3 51 0 143 121 17 535 141 53
Binary 11011010 11 101001 0 1100011 1010001 1111 101011101 1100001 101011

Color Harmonies of #DA0329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0329

Black with #DA0329

Text Example


Text Example

White with #DA0329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0329; }

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

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

background-color css

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

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

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

border-color css

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

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

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