Html Css Color HEX #D4113D Crimson

📋 copy color: '#D4113D'

red 212 ◦ green 17 ◦ blue 61

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

Shades of Crimson #D4113D

Tints of Crimson #D4113D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.03%

R = 73.1%
G = 5.86%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4113D (or 0xD4113D) is known color: Crimson. HEX triplet: D4, 11 and 3D. RGB value is (212,17,61). Sum of RGB (Red+Green+Blue) = 212+17+61=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D4113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4113D is #2BEEC2. Grayscale: #505050. Windows color (decimal): -2879171 or 4002260. OLE color: 4002260.

HSL color Cylindrical-coordinate representation of color #D4113D: hue angle of 346.46º 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 #D4113D is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 17 61 -
CMYK 0 0.92 0.71 0.17
HSL 346.46º 0.85% 0.45% -
HSV(B) 346.46º 0.92% 0.83% -
XYZ 28.19 14.73 5.77 -
YUV 80.32 117.1 221.92 -
System Red Green Blue C M Y K H S L
Decimal 212 17 61 0 0.92 0.71 0.17 346.46 0.85 0.45
Hex D4 11 3D 0 5C 47 11 15A 55 2D
Octal 324 21 75 0 134 107 21 532 125 55
Binary 11010100 10001 111101 0 1011100 1000111 10001 101011010 1010101 101101

Color Harmonies of #D4113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4113D

Black with #D4113D

Text Example


Text Example

White with #D4113D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4113D; }

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

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

background-color css

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

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

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

border-color css

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

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

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