Html Css Color HEX #D4173A Crimson

📋 copy color: '#D4173A'

red 212 ◦ green 23 ◦ blue 58

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

Shades of Crimson #D4173A

Tints of Crimson #D4173A

RGB

 RED value IS 212 (83.2% from 255) = 72.35%

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

 BLUE value IS 58 (23.05% from 255) = 19.8%

R = 72.35%
G = 7.85%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4173A (or 0xD4173A) is known color: Crimson. HEX triplet: D4, 17 and 3A. RGB value is (212,23,58). Sum of RGB (Red+Green+Blue) = 212+23+58=293 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.35% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 212 - color contains mainly: red. Hex color #D4173A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4173A is #2BE8C5. Grayscale: #535353. Windows color (decimal): -2877638 or 3807188. OLE color: 3807188.

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

Color convert

RGB 212 23 58 -
CMYK 0 0.89 0.73 0.17
HSL 348.89º 0.8% 0.46% -
HSV(B) 348.89º 0.89% 0.83% -
XYZ 28.22 14.92 5.39 -
YUV 83.5 113.62 219.65 -
System Red Green Blue C M Y K H S L
Decimal 212 23 58 0 0.89 0.73 0.17 348.89 0.8 0.46
Hex D4 17 3A 0 59 49 11 15D 50 2E
Octal 324 27 72 0 131 111 21 535 120 56
Binary 11010100 10111 111010 0 1011001 1001001 10001 101011101 1010000 101110

Color Harmonies of #D4173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4173A

Black with #D4173A

Text Example


Text Example

White with #D4173A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4173A; }

 p { color: rgb(212,23,58); }

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

background-color css

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

 a { background-color: rgb(212,23,58); }

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

border-color css

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

 span { border-color: rgb(212,23,58); }

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