Html Css Color HEX #D7142D Crimson

📋 copy color: '#D7142D'

red 215 ◦ green 20 ◦ blue 45

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

Shades of Crimson #D7142D

Tints of Crimson #D7142D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.14%

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

R = 76.79%
G = 7.14%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7142D (or 0xD7142D) is known color: Crimson. HEX triplet: D7, 14 and 2D. RGB value is (215,20,45). Sum of RGB (Red+Green+Blue) = 215+20+45=280 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.79% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 215 - color contains mainly: red. Hex color #D7142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7142D is #28EBD2. Grayscale: #515151. Windows color (decimal): -2681811 or 2954455. OLE color: 2954455.

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

Color convert

RGB 215 20 45 -
CMYK 0 0.91 0.79 0.16
HSL 352.31º 0.83% 0.46% -
HSV(B) 352.31º 0.91% 0.84% -
XYZ 28.75 15.14 3.89 -
YUV 81.16 107.6 223.47 -
System Red Green Blue C M Y K H S L
Decimal 215 20 45 0 0.91 0.79 0.16 352.31 0.83 0.46
Hex D7 14 2D 0 5B 4F 10 160 53 2E
Octal 327 24 55 0 133 117 20 540 123 56
Binary 11010111 10100 101101 0 1011011 1001111 10000 101100000 1010011 101110

Color Harmonies of #D7142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7142D

Black with #D7142D

Text Example


Text Example

White with #D7142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7142D; }

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

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

background-color css

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

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

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

border-color css

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

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

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