Html Css Color HEX #D20645 Crimson

📋 copy color: '#D20645'

red 210 ◦ green 6 ◦ blue 69

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

Shades of Crimson #D20645

Tints of Crimson #D20645

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

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

R = 73.68%
G = 2.11%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D20645 (or 0xD20645) is known color: Crimson. HEX triplet: D2, 06 and 45. RGB value is (210,6,69). Sum of RGB (Red+Green+Blue) = 210+6+69=285 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.68% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 210 - color contains mainly: red. Hex color #D20645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20645 is #2DF9BA. Grayscale: #4A4A4A. Windows color (decimal): -3013051 or 4523730. OLE color: 4523730.

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

Color convert

RGB 210 6 69 -
CMYK 0 0.97 0.67 0.18
HSL 341.47º 0.94% 0.42% -
HSV(B) 341.47º 0.97% 0.82% -
XYZ 27.72 14.26 6.92 -
YUV 74.18 125.09 224.88 -
System Red Green Blue C M Y K H S L
Decimal 210 6 69 0 0.97 0.67 0.18 341.47 0.94 0.42
Hex D2 6 45 0 61 43 12 155 5E 2A
Octal 322 6 105 0 141 103 22 525 136 52
Binary 11010010 110 1000101 0 1100001 1000011 10010 101010101 1011110 101010

Color Harmonies of #D20645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20645

Black with #D20645

Text Example


Text Example

White with #D20645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20645; }

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

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

background-color css

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

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

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

border-color css

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

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

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