Html Css Color HEX #D20445 Crimson

📋 copy color: '#D20445'

red 210 ◦ green 4 ◦ blue 69

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

Shades of Crimson #D20445

Tints of Crimson #D20445

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

 BLUE value IS 69 (27.34% from 255) = 24.38%

R = 74.2%
G = 1.41%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D20445 (or 0xD20445) is known color: Crimson. HEX triplet: D2, 04 and 45. RGB value is (210,4,69). Sum of RGB (Red+Green+Blue) = 210+4+69=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D20445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20445 is #2DFBBA. Grayscale: #484848. Windows color (decimal): -3013563 or 4523218. OLE color: 4523218.

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

Color convert

RGB 210 4 69 -
CMYK 0 0.98 0.67 0.18
HSL 341.07º 0.96% 0.42% -
HSV(B) 341.07º 0.98% 0.82% -
XYZ 27.7 14.22 6.91 -
YUV 73 125.75 225.71 -
System Red Green Blue C M Y K H S L
Decimal 210 4 69 0 0.98 0.67 0.18 341.07 0.96 0.42
Hex D2 4 45 0 62 43 12 155 60 2A
Octal 322 4 105 0 142 103 22 525 140 52
Binary 11010010 100 1000101 0 1100010 1000011 10010 101010101 1100000 101010

Color Harmonies of #D20445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20445

Black with #D20445

Text Example


Text Example

White with #D20445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20445; }

 p { color: rgb(210,4,69); }

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

background-color css

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

 a { background-color: rgb(210,4,69); }

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

border-color css

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

 span { border-color: rgb(210,4,69); }

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