Html Css Color HEX #D4113F Crimson

📋 copy color: '#D4113F'

red 212 ◦ green 17 ◦ blue 63

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

Shades of Crimson #D4113F

Tints of Crimson #D4113F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.58%

R = 72.6%
G = 5.82%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D4113F (or 0xD4113F) is known color: Crimson. HEX triplet: D4, 11 and 3F. RGB value is (212,17,63). Sum of RGB (Red+Green+Blue) = 212+17+63=292 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.60% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 212 - color contains mainly: red. Hex color #D4113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4113F is #2BEEC0. Grayscale: #505050. Windows color (decimal): -2879169 or 4133332. OLE color: 4133332.

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

Color convert

RGB 212 17 63 -
CMYK 0 0.92 0.70 0.17
HSL 345.85º 0.85% 0.45% -
HSV(B) 345.85º 0.92% 0.83% -
XYZ 28.25 14.76 6.06 -
YUV 80.55 118.1 221.76 -
System Red Green Blue C M Y K H S L
Decimal 212 17 63 0 0.92 0.70 0.17 345.85 0.85 0.45
Hex D4 11 3F 0 5C 46 11 15A 55 2D
Octal 324 21 77 0 134 106 21 532 125 55
Binary 11010100 10001 111111 0 1011100 1000110 10001 101011010 1010101 101101

Color Harmonies of #D4113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4113F

Black with #D4113F

Text Example


Text Example

White with #D4113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4113F; }

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

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

background-color css

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

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

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

border-color css

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

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

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