Html Css Color HEX #D7122D Crimson

📋 copy color: '#D7122D'

red 215 ◦ green 18 ◦ blue 45

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

Shades of Crimson #D7122D

Tints of Crimson #D7122D

RGB

 RED value IS 215 (84.38% from 255) = 77.34%

 GREEN value IS 18 (7.42% from 255) = 6.47%

 BLUE value IS 45 (17.97% from 255) = 16.19%

R = 77.34%
G = 6.47%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7122D (or 0xD7122D) is known color: Crimson. HEX triplet: D7, 12 and 2D. RGB value is (215,18,45). Sum of RGB (Red+Green+Blue) = 215+18+45=278 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.34% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 215 - color contains mainly: red. Hex color #D7122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7122D is #28EDD2. Grayscale: #505050. Windows color (decimal): -2682323 or 2953943. OLE color: 2953943.

HSL color Cylindrical-coordinate representation of color #D7122D: hue angle of 351.78º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7122D is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 18 45 -
CMYK 0 0.92 0.79 0.16
HSL 351.78º 0.85% 0.46% -
HSV(B) 351.78º 0.92% 0.84% -
XYZ 28.71 15.07 3.88 -
YUV 79.98 108.27 224.3 -
System Red Green Blue C M Y K H S L
Decimal 215 18 45 0 0.92 0.79 0.16 351.78 0.85 0.46
Hex D7 12 2D 0 5C 4F 10 160 55 2E
Octal 327 22 55 0 134 117 20 540 125 56
Binary 11010111 10010 101101 0 1011100 1001111 10000 101100000 1010101 101110

Color Harmonies of #D7122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7122D

Black with #D7122D

Text Example


Text Example

White with #D7122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7122D; }

 p { color: rgb(215,18,45); }

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

background-color css

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

 a { background-color: rgb(215,18,45); }

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

border-color css

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

 span { border-color: rgb(215,18,45); }

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