Html Css Color HEX #D2143E Crimson

📋 copy color: '#D2143E'

red 210 ◦ green 20 ◦ blue 62

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

Shades of Crimson #D2143E

Tints of Crimson #D2143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.23%

R = 71.92%
G = 6.85%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2143E (or 0xD2143E) is known color: Crimson. HEX triplet: D2, 14 and 3E. RGB value is (210,20,62). Sum of RGB (Red+Green+Blue) = 210+20+62=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D2143E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2143E is #2DEBC1. Grayscale: #515151. Windows color (decimal): -3009474 or 4068562. OLE color: 4068562.

HSL color Cylindrical-coordinate representation of color #D2143E: hue angle of 346.74º 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 #D2143E is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 20 62 -
CMYK 0 0.90 0.70 0.18
HSL 346.74º 0.83% 0.45% -
HSV(B) 346.74º 0.9% 0.82% -
XYZ 27.7 14.55 5.91 -
YUV 81.6 116.95 219.58 -
System Red Green Blue C M Y K H S L
Decimal 210 20 62 0 0.90 0.70 0.18 346.74 0.83 0.45
Hex D2 14 3E 0 5A 46 12 15B 53 2D
Octal 322 24 76 0 132 106 22 533 123 55
Binary 11010010 10100 111110 0 1011010 1000110 10010 101011011 1010011 101101

Color Harmonies of #D2143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2143E

Black with #D2143E

Text Example


Text Example

White with #D2143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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