Html Css Color HEX #D20745 Crimson

📋 copy color: '#D20745'

red 210 ◦ green 7 ◦ blue 69

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

Shades of Crimson #D20745

Tints of Crimson #D20745

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.45%

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

R = 73.43%
G = 2.45%
B = 24.13%

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

#D20745 (or 0xD20745) is known color: Crimson. HEX triplet: D2, 07 and 45. RGB value is (210,7,69). Sum of RGB (Red+Green+Blue) = 210+7+69=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D20745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20745 is #2DF8BA. Grayscale: #4A4A4A. Windows color (decimal): -3012795 or 4523986. OLE color: 4523986.

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

Color convert

RGB 210 7 69 -
CMYK 0 0.97 0.67 0.18
HSL 341.67º 0.94% 0.43% -
HSV(B) 341.67º 0.97% 0.82% -
XYZ 27.73 14.28 6.93 -
YUV 74.77 124.75 224.46 -
System Red Green Blue C M Y K H S L
Decimal 210 7 69 0 0.97 0.67 0.18 341.67 0.94 0.43
Hex D2 7 45 0 61 43 12 156 5E 2B
Octal 322 7 105 0 141 103 22 526 136 53
Binary 11010010 111 1000101 0 1100001 1000011 10010 101010110 1011110 101011

Color Harmonies of #D20745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20745

Black with #D20745

Text Example


Text Example

White with #D20745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20745; }

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

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

background-color css

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

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

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

border-color css

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

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

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