Html Css Color HEX #D4113B Crimson

📋 copy color: '#D4113B'

red 212 ◦ green 17 ◦ blue 59

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

Shades of Crimson #D4113B

Tints of Crimson #D4113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.49%

R = 73.61%
G = 5.9%
B = 20.49%

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

#D4113B (or 0xD4113B) is known color: Crimson. HEX triplet: D4, 11 and 3B. RGB value is (212,17,59). Sum of RGB (Red+Green+Blue) = 212+17+59=288 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.61% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 212 - color contains mainly: red. Hex color #D4113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4113B is #2BEEC4. Grayscale: #505050. Windows color (decimal): -2879173 or 3871188. OLE color: 3871188.

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

Color convert

RGB 212 17 59 -
CMYK 0 0.92 0.72 0.17
HSL 347.08º 0.85% 0.45% -
HSV(B) 347.08º 0.92% 0.83% -
XYZ 28.14 14.71 5.49 -
YUV 80.09 116.1 222.08 -
System Red Green Blue C M Y K H S L
Decimal 212 17 59 0 0.92 0.72 0.17 347.08 0.85 0.45
Hex D4 11 3B 0 5C 48 11 15B 55 2D
Octal 324 21 73 0 134 110 21 533 125 55
Binary 11010100 10001 111011 0 1011100 1001000 10001 101011011 1010101 101101

Color Harmonies of #D4113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4113B

Black with #D4113B

Text Example


Text Example

White with #D4113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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