Html Css Color HEX #D4113C Crimson

📋 copy color: '#D4113C'

red 212 ◦ green 17 ◦ blue 60

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

Shades of Crimson #D4113C

Tints of Crimson #D4113C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.76%

R = 73.36%
G = 5.88%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4113C (or 0xD4113C) is known color: Crimson. HEX triplet: D4, 11 and 3C. RGB value is (212,17,60). Sum of RGB (Red+Green+Blue) = 212+17+60=289 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.36% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 212 - color contains mainly: red. Hex color #D4113C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4113C is #2BEEC3. Grayscale: #505050. Windows color (decimal): -2879172 or 3936724. OLE color: 3936724.

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

Color convert

RGB 212 17 60 -
CMYK 0 0.92 0.72 0.17
HSL 346.77º 0.85% 0.45% -
HSV(B) 346.77º 0.92% 0.83% -
XYZ 28.17 14.72 5.63 -
YUV 80.21 116.6 222 -
System Red Green Blue C M Y K H S L
Decimal 212 17 60 0 0.92 0.72 0.17 346.77 0.85 0.45
Hex D4 11 3C 0 5C 48 11 15B 55 2D
Octal 324 21 74 0 134 110 21 533 125 55
Binary 11010100 10001 111100 0 1011100 1001000 10001 101011011 1010101 101101

Color Harmonies of #D4113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4113C

Black with #D4113C

Text Example


Text Example

White with #D4113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4113C; }

 p { color: rgb(212,17,60); }

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

background-color css

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

 a { background-color: rgb(212,17,60); }

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

border-color css

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

 span { border-color: rgb(212,17,60); }

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