Html Css Color HEX #DA0532 Crimson

📋 copy color: '#DA0532'

red 218 ◦ green 5 ◦ blue 50

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

Shades of Crimson #DA0532

Tints of Crimson #DA0532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

 BLUE value IS 50 (19.92% from 255) = 18.32%

R = 79.85%
G = 1.83%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA0532 (or 0xDA0532) is known color: Crimson. HEX triplet: DA, 05 and 32. RGB value is (218,5,50). Sum of RGB (Red+Green+Blue) = 218+5+50=273 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.85% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0532 is #25FACD. Grayscale: #494949. Windows color (decimal): -2489038 or 3278298. OLE color: 3278298.

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

Color convert

RGB 218 5 50 -
CMYK 0 0.98 0.77 0.15
HSL 347.32º 0.96% 0.44% -
HSV(B) 347.32º 0.98% 0.85% -
XYZ 29.54 15.24 4.4 -
YUV 73.82 114.57 230.84 -
System Red Green Blue C M Y K H S L
Decimal 218 5 50 0 0.98 0.77 0.15 347.32 0.96 0.44
Hex DA 5 32 0 62 4D F 15B 60 2C
Octal 332 5 62 0 142 115 17 533 140 54
Binary 11011010 101 110010 0 1100010 1001101 1111 101011011 1100000 101100

Color Harmonies of #DA0532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0532

Black with #DA0532

Text Example


Text Example

White with #DA0532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0532; }

 p { color: rgb(218,5,50); }

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

background-color css

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

 a { background-color: rgb(218,5,50); }

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

border-color css

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

 span { border-color: rgb(218,5,50); }

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