Html Css Color HEX #D21745 Crimson

📋 copy color: '#D21745'

red 210 ◦ green 23 ◦ blue 69

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

Shades of Crimson #D21745

Tints of Crimson #D21745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.62%

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

R = 69.54%
G = 7.62%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D21745 (or 0xD21745) is known color: Crimson. HEX triplet: D2, 17 and 45. RGB value is (210,23,69). Sum of RGB (Red+Green+Blue) = 210+23+69=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D21745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21745 is #2DE8BA. Grayscale: #545454. Windows color (decimal): -3008699 or 4528082. OLE color: 4528082.

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

Color convert

RGB 210 23 69 -
CMYK 0 0.89 0.67 0.18
HSL 345.24º 0.8% 0.46% -
HSV(B) 345.24º 0.89% 0.82% -
XYZ 27.96 14.74 7 -
YUV 84.16 119.45 217.76 -
System Red Green Blue C M Y K H S L
Decimal 210 23 69 0 0.89 0.67 0.18 345.24 0.8 0.46
Hex D2 17 45 0 59 43 12 159 50 2E
Octal 322 27 105 0 131 103 22 531 120 56
Binary 11010010 10111 1000101 0 1011001 1000011 10010 101011001 1010000 101110

Color Harmonies of #D21745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21745

Black with #D21745

Text Example


Text Example

White with #D21745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21745; }

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

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

background-color css

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

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

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

border-color css

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

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

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