Html Css Color HEX #D20035 Crimson

📋 copy color: '#D20035'

red 210 ◦ green 0 ◦ blue 53

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

Shades of Crimson #D20035

Tints of Crimson #D20035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.15%

R = 79.85%
G = 0%
B = 20.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D20035 (or 0xD20035) is known color: Crimson. HEX triplet: D2, 00 and 35. RGB value is (210,0,53). Sum of RGB (Red+Green+Blue) = 210+0+53=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D20035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20035 is #2DFFCA. Grayscale: #444444. Windows color (decimal): -3014603 or 3473618. OLE color: 3473618.

HSL color Cylindrical-coordinate representation of color #D20035: hue angle of 344.86º 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 #D20035 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 0 53 -
CMYK 0 1 0.75 0.18
HSL 344.86º 1% 0.41% -
HSV(B) 344.86º 1% 0.82% -
XYZ 27.22 13.96 4.63 -
YUV 68.83 119.07 228.69 -
System Red Green Blue C M Y K H S L
Decimal 210 0 53 0 1 0.75 0.18 344.86 1 0.41
Hex D2 0 35 0 64 4B 12 159 64 29
Octal 322 0 65 0 144 113 22 531 144 51
Binary 11010010 0 110101 0 1100100 1001011 10010 101011001 1100100 101001

Color Harmonies of #D20035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20035

Black with #D20035

Text Example


Text Example

White with #D20035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20035; }

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

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

background-color css

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

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

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

border-color css

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

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

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