Html Css Color HEX #D4193A Crimson

📋 copy color: '#D4193A'

red 212 ◦ green 25 ◦ blue 58

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

Shades of Crimson #D4193A

Tints of Crimson #D4193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.47%

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

R = 71.86%
G = 8.47%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4193A (or 0xD4193A) is known color: Crimson. HEX triplet: D4, 19 and 3A. RGB value is (212,25,58). Sum of RGB (Red+Green+Blue) = 212+25+58=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D4193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4193A is #2BE6C5. Grayscale: #545454. Windows color (decimal): -2877126 or 3807700. OLE color: 3807700.

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

Color convert

RGB 212 25 58 -
CMYK 0 0.88 0.73 0.17
HSL 349.41º 0.79% 0.46% -
HSV(B) 349.41º 0.88% 0.83% -
XYZ 28.26 15 5.41 -
YUV 84.68 112.95 218.82 -
System Red Green Blue C M Y K H S L
Decimal 212 25 58 0 0.88 0.73 0.17 349.41 0.79 0.46
Hex D4 19 3A 0 58 49 11 15D 4F 2E
Octal 324 31 72 0 130 111 21 535 117 56
Binary 11010100 11001 111010 0 1011000 1001001 10001 101011101 1001111 101110

Color Harmonies of #D4193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4193A

Black with #D4193A

Text Example


Text Example

White with #D4193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4193A; }

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

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

background-color css

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

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

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

border-color css

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

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

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