Html Css Color HEX #D20237 Crimson

📋 copy color: '#D20237'

red 210 ◦ green 2 ◦ blue 55

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

Shades of Crimson #D20237

Tints of Crimson #D20237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.6%

R = 78.65%
G = 0.75%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D20237 (or 0xD20237) is known color: Crimson. HEX triplet: D2, 02 and 37. RGB value is (210,2,55). Sum of RGB (Red+Green+Blue) = 210+2+55=267 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.65% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 210 - color contains mainly: red. Hex color #D20237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20237 is #2DFDC8. Grayscale: #464646. Windows color (decimal): -3014089 or 3605202. OLE color: 3605202.

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

Color convert

RGB 210 2 55 -
CMYK 0 0.99 0.74 0.18
HSL 344.71º 0.98% 0.42% -
HSV(B) 344.71º 0.99% 0.82% -
XYZ 27.29 14.02 4.88 -
YUV 70.23 119.41 227.69 -
System Red Green Blue C M Y K H S L
Decimal 210 2 55 0 0.99 0.74 0.18 344.71 0.98 0.42
Hex D2 2 37 0 63 4A 12 159 62 2A
Octal 322 2 67 0 143 112 22 531 142 52
Binary 11010010 10 110111 0 1100011 1001010 10010 101011001 1100010 101010

Color Harmonies of #D20237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20237

Black with #D20237

Text Example


Text Example

White with #D20237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20237; }

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

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

background-color css

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

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

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

border-color css

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

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

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