Html Css Color HEX #D2144D Crimson

📋 copy color: '#D2144D'

red 210 ◦ green 20 ◦ blue 77

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

Shades of Crimson #D2144D

Tints of Crimson #D2144D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.51%

 BLUE value IS 77 (30.47% from 255) = 25.08%

R = 68.4%
G = 6.51%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2144D (or 0xD2144D) is known color: Crimson. HEX triplet: D2, 14 and 4D. RGB value is (210,20,77). Sum of RGB (Red+Green+Blue) = 210+20+77=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D2144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2144D is #2DEBB2. Grayscale: #535353. Windows color (decimal): -3009459 or 5051602. OLE color: 5051602.

HSL color Cylindrical-coordinate representation of color #D2144D: hue angle of 342º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2144D is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 20 77 -
CMYK 0 0.90 0.63 0.18
HSL 342º 0.83% 0.45% -
HSV(B) 342º 0.9% 0.82% -
XYZ 28.17 14.74 8.38 -
YUV 83.31 124.45 218.37 -
System Red Green Blue C M Y K H S L
Decimal 210 20 77 0 0.90 0.63 0.18 342 0.83 0.45
Hex D2 14 4D 0 5A 3F 12 156 53 2D
Octal 322 24 115 0 132 77 22 526 123 55
Binary 11010010 10100 1001101 0 1011010 111111 10010 101010110 1010011 101101

Color Harmonies of #D2144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2144D

Black with #D2144D

Text Example


Text Example

White with #D2144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2144D; }

 p { color: rgb(210,20,77); }

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

background-color css

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

 a { background-color: rgb(210,20,77); }

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

border-color css

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

 span { border-color: rgb(210,20,77); }

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