Html Css Color HEX #DA0533 Crimson

📋 copy color: '#DA0533'

red 218 ◦ green 5 ◦ blue 51

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

Shades of Crimson #DA0533

Tints of Crimson #DA0533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.61%

R = 79.56%
G = 1.82%
B = 18.61%

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

#DA0533 (or 0xDA0533) is known color: Crimson. HEX triplet: DA, 05 and 33. RGB value is (218,5,51). Sum of RGB (Red+Green+Blue) = 218+5+51=274 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.56% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0533 is #25FACC. Grayscale: #494949. Windows color (decimal): -2489037 or 3343834. OLE color: 3343834.

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

Color convert

RGB 218 5 51 -
CMYK 0 0.98 0.77 0.15
HSL 347.04º 0.96% 0.44% -
HSV(B) 347.04º 0.98% 0.85% -
XYZ 29.57 15.25 4.52 -
YUV 73.93 115.07 230.76 -
System Red Green Blue C M Y K H S L
Decimal 218 5 51 0 0.98 0.77 0.15 347.04 0.96 0.44
Hex DA 5 33 0 62 4D F 15B 60 2C
Octal 332 5 63 0 142 115 17 533 140 54
Binary 11011010 101 110011 0 1100010 1001101 1111 101011011 1100000 101100

Color Harmonies of #DA0533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0533

Black with #DA0533

Text Example


Text Example

White with #DA0533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0533; }

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

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

background-color css

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

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

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

border-color css

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

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

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