Html Css Color HEX #D20347 Crimson

📋 copy color: '#D20347'

red 210 ◦ green 3 ◦ blue 71

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

Shades of Crimson #D20347

Tints of Crimson #D20347

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

 BLUE value IS 71 (28.13% from 255) = 25%

R = 73.94%
G = 1.06%
B = 25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D20347 (or 0xD20347) is known color: Crimson. HEX triplet: D2, 03 and 47. RGB value is (210,3,71). Sum of RGB (Red+Green+Blue) = 210+3+71=284 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.94% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 210 - color contains mainly: red. Hex color #D20347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20347 is #2DFCB8. Grayscale: #484848. Windows color (decimal): -3013817 or 4654034. OLE color: 4654034.

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

Color convert

RGB 210 3 71 -
CMYK 0 0.99 0.66 0.18
HSL 340.29º 0.97% 0.42% -
HSV(B) 340.29º 0.99% 0.82% -
XYZ 27.75 14.22 7.24 -
YUV 72.65 127.08 225.97 -
System Red Green Blue C M Y K H S L
Decimal 210 3 71 0 0.99 0.66 0.18 340.29 0.97 0.42
Hex D2 3 47 0 63 42 12 154 61 2A
Octal 322 3 107 0 143 102 22 524 141 52
Binary 11010010 11 1000111 0 1100011 1000010 10010 101010100 1100001 101010

Color Harmonies of #D20347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20347

Black with #D20347

Text Example


Text Example

White with #D20347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20347; }

 p { color: rgb(210,3,71); }

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

background-color css

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

 a { background-color: rgb(210,3,71); }

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

border-color css

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

 span { border-color: rgb(210,3,71); }

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