Html Css Color HEX #D4163D Crimson

📋 copy color: '#D4163D'

red 212 ◦ green 22 ◦ blue 61

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

Shades of Crimson #D4163D

Tints of Crimson #D4163D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.46%

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

R = 71.86%
G = 7.46%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4163D (or 0xD4163D) is known color: Crimson. HEX triplet: D4, 16 and 3D. RGB value is (212,22,61). Sum of RGB (Red+Green+Blue) = 212+22+61=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D4163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4163D is #2BE9C2. Grayscale: #535353. Windows color (decimal): -2877891 or 4003540. OLE color: 4003540.

HSL color Cylindrical-coordinate representation of color #D4163D: hue angle of 347.68º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4163D is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 22 61 -
CMYK 0 0.90 0.71 0.17
HSL 347.68º 0.81% 0.46% -
HSV(B) 347.68º 0.9% 0.83% -
XYZ 28.28 14.91 5.8 -
YUV 83.26 115.45 219.83 -
System Red Green Blue C M Y K H S L
Decimal 212 22 61 0 0.90 0.71 0.17 347.68 0.81 0.46
Hex D4 16 3D 0 5A 47 11 15C 51 2E
Octal 324 26 75 0 132 107 21 534 121 56
Binary 11010100 10110 111101 0 1011010 1000111 10001 101011100 1010001 101110

Color Harmonies of #D4163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4163D

Black with #D4163D

Text Example


Text Example

White with #D4163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4163D; }

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

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

background-color css

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

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

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

border-color css

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

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

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