Html Css Color HEX #D20033 Crimson

📋 copy color: '#D20033'

red 210 ◦ green 0 ◦ blue 51

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

Shades of Crimson #D20033

Tints of Crimson #D20033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.46%
G = 0%
B = 19.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D20033 (or 0xD20033) is known color: Crimson. HEX triplet: D2, 00 and 33. RGB value is (210,0,51). Sum of RGB (Red+Green+Blue) = 210+0+51=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D20033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20033 is #2DFFCC. Grayscale: #444444. Windows color (decimal): -3014605 or 3342546. OLE color: 3342546.

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

Color convert

RGB 210 0 51 -
CMYK 0 1 0.76 0.18
HSL 345.43º 1% 0.41% -
HSV(B) 345.43º 1% 0.82% -
XYZ 27.18 13.94 4.39 -
YUV 68.6 118.07 228.85 -
System Red Green Blue C M Y K H S L
Decimal 210 0 51 0 1 0.76 0.18 345.43 1 0.41
Hex D2 0 33 0 64 4C 12 159 64 29
Octal 322 0 63 0 144 114 22 531 144 51
Binary 11010010 0 110011 0 1100100 1001100 10010 101011001 1100100 101001

Color Harmonies of #D20033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20033

Black with #D20033

Text Example


Text Example

White with #D20033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20033; }

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

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

background-color css

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

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

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

border-color css

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

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

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