Html Css Color HEX #D20235 Crimson

📋 copy color: '#D20235'

red 210 ◦ green 2 ◦ blue 53

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

Shades of Crimson #D20235

Tints of Crimson #D20235

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 79.25%
G = 0.75%
B = 20%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D20235 (or 0xD20235) is known color: Crimson. HEX triplet: D2, 02 and 35. RGB value is (210,2,53). Sum of RGB (Red+Green+Blue) = 210+2+53=265 (35% of max value = 765). Red value is 210 (82.42% from 255 or 79.25% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 210 - color contains mainly: red. Hex color #D20235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20235 is #2DFDCA. Grayscale: #464646. Windows color (decimal): -3014091 or 3474130. OLE color: 3474130.

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

Color convert

RGB 210 2 53 -
CMYK 0 0.99 0.75 0.18
HSL 345.29º 0.98% 0.42% -
HSV(B) 345.29º 0.99% 0.82% -
XYZ 27.24 14 4.63 -
YUV 70.01 118.41 227.85 -
System Red Green Blue C M Y K H S L
Decimal 210 2 53 0 0.99 0.75 0.18 345.29 0.98 0.42
Hex D2 2 35 0 63 4B 12 159 62 2A
Octal 322 2 65 0 143 113 22 531 142 52
Binary 11010010 10 110101 0 1100011 1001011 10010 101011001 1100010 101010

Color Harmonies of #D20235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20235

Black with #D20235

Text Example


Text Example

White with #D20235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20235; }

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

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

background-color css

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

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

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

border-color css

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

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

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