Html Css Color HEX #D21143 Crimson

📋 copy color: '#D21143'

red 210 ◦ green 17 ◦ blue 67

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

Shades of Crimson #D21143

Tints of Crimson #D21143

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.78%

 BLUE value IS 67 (26.56% from 255) = 22.79%

R = 71.43%
G = 5.78%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D21143 (or 0xD21143) is known color: Crimson. HEX triplet: D2, 11 and 43. RGB value is (210,17,67). Sum of RGB (Red+Green+Blue) = 210+17+67=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D21143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21143 is #2DEEBC. Grayscale: #505050. Windows color (decimal): -3010237 or 4395474. OLE color: 4395474.

HSL color Cylindrical-coordinate representation of color #D21143: hue angle of 344.46º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21143 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 17 67 -
CMYK 0 0.92 0.68 0.18
HSL 344.46º 0.85% 0.45% -
HSV(B) 344.46º 0.92% 0.82% -
XYZ 27.79 14.51 6.65 -
YUV 80.41 120.44 220.43 -
System Red Green Blue C M Y K H S L
Decimal 210 17 67 0 0.92 0.68 0.18 344.46 0.85 0.45
Hex D2 11 43 0 5C 44 12 158 55 2D
Octal 322 21 103 0 134 104 22 530 125 55
Binary 11010010 10001 1000011 0 1011100 1000100 10010 101011000 1010101 101101

Color Harmonies of #D21143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21143

Black with #D21143

Text Example


Text Example

White with #D21143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21143; }

 p { color: rgb(210,17,67); }

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

background-color css

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

 a { background-color: rgb(210,17,67); }

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

border-color css

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

 span { border-color: rgb(210,17,67); }

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