Html Css Color HEX #DA0429 Crimson

📋 copy color: '#DA0429'

red 218 ◦ green 4 ◦ blue 41

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

Shades of Crimson #DA0429

Tints of Crimson #DA0429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

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

R = 82.89%
G = 1.52%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA0429 (or 0xDA0429) is known color: Crimson. HEX triplet: DA, 04 and 29. RGB value is (218,4,41). Sum of RGB (Red+Green+Blue) = 218+4+41=263 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.89% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0429 is #25FBD6. Grayscale: #484848. Windows color (decimal): -2489303 or 2688218. OLE color: 2688218.

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

Color convert

RGB 218 4 41 -
CMYK 0 0.98 0.81 0.15
HSL 349.63º 0.96% 0.44% -
HSV(B) 349.63º 0.98% 0.85% -
XYZ 29.36 15.15 3.48 -
YUV 72.2 110.4 231.99 -
System Red Green Blue C M Y K H S L
Decimal 218 4 41 0 0.98 0.81 0.15 349.63 0.96 0.44
Hex DA 4 29 0 62 51 F 15E 60 2C
Octal 332 4 51 0 142 121 17 536 140 54
Binary 11011010 100 101001 0 1100010 1010001 1111 101011110 1100000 101100

Color Harmonies of #DA0429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0429

Black with #DA0429

Text Example


Text Example

White with #DA0429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0429; }

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

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

background-color css

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

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

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

border-color css

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

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

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