Html Css Color HEX #D20533 Crimson

📋 copy color: '#D20533'

red 210 ◦ green 5 ◦ blue 51

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

Shades of Crimson #D20533

Tints of Crimson #D20533

RGB

 RED value IS 210 (82.42% from 255) = 78.95%

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

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

R = 78.95%
G = 1.88%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D20533 (or 0xD20533) is known color: Crimson. HEX triplet: D2, 05 and 33. RGB value is (210,5,51). Sum of RGB (Red+Green+Blue) = 210+5+51=266 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.95% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 210 - color contains mainly: red. Hex color #D20533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20533 is #2DFACC. Grayscale: #474747. Windows color (decimal): -3013325 or 3343826. OLE color: 3343826.

HSL color Cylindrical-coordinate representation of color #D20533: hue angle of 346.54º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20533 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 5 51 -
CMYK 0 0.98 0.76 0.18
HSL 346.54º 0.95% 0.42% -
HSV(B) 346.54º 0.98% 0.82% -
XYZ 27.23 14.05 4.41 -
YUV 71.54 116.42 226.76 -
System Red Green Blue C M Y K H S L
Decimal 210 5 51 0 0.98 0.76 0.18 346.54 0.95 0.42
Hex D2 5 33 0 62 4C 12 15B 5F 2A
Octal 322 5 63 0 142 114 22 533 137 52
Binary 11010010 101 110011 0 1100010 1001100 10010 101011011 1011111 101010

Color Harmonies of #D20533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20533

Black with #D20533

Text Example


Text Example

White with #D20533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20533; }

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

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

background-color css

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

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

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

border-color css

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

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

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