Html Css Color HEX #DA0129 Crimson

📋 copy color: '#DA0129'

red 218 ◦ green 1 ◦ blue 41

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

Shades of Crimson #DA0129

Tints of Crimson #DA0129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 83.85%
G = 0.38%
B = 15.77%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA0129 (or 0xDA0129) is known color: Crimson. HEX triplet: DA, 01 and 29. RGB value is (218,1,41). Sum of RGB (Red+Green+Blue) = 218+1+41=260 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.85% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0129 is #25FED6. Grayscale: #464646. Windows color (decimal): -2490071 or 2687450. OLE color: 2687450.

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

Color convert

RGB 218 1 41 -
CMYK 0 1.00 0.81 0.15
HSL 348.94º 0.99% 0.43% -
HSV(B) 348.94º 1% 0.85% -
XYZ 29.32 15.09 3.46 -
YUV 70.44 111.39 233.25 -
System Red Green Blue C M Y K H S L
Decimal 218 1 41 0 1.00 0.81 0.15 348.94 0.99 0.43
Hex DA 1 29 0 64 51 F 15D 63 2B
Octal 332 1 51 0 144 121 17 535 143 53
Binary 11011010 1 101001 0 1100100 1010001 1111 101011101 1100011 101011

Color Harmonies of #DA0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0129

Black with #DA0129

Text Example


Text Example

White with #DA0129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0129; }

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

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

background-color css

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

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

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

border-color css

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

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

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