Html Css Color HEX #D7143F Crimson

📋 copy color: '#D7143F'

red 215 ◦ green 20 ◦ blue 63

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

Shades of Crimson #D7143F

Tints of Crimson #D7143F

RGB

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

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

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

R = 72.15%
G = 6.71%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7143F (or 0xD7143F) is known color: Crimson. HEX triplet: D7, 14 and 3F. RGB value is (215,20,63). Sum of RGB (Red+Green+Blue) = 215+20+63=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D7143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7143F is #28EBC0. Grayscale: #535353. Windows color (decimal): -2681793 or 4134103. OLE color: 4134103.

HSL color Cylindrical-coordinate representation of color #D7143F: hue angle of 346.77º 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 #D7143F is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 20 63 -
CMYK 0 0.91 0.71 0.16
HSL 346.77º 0.83% 0.46% -
HSV(B) 346.77º 0.91% 0.84% -
XYZ 29.17 15.31 6.12 -
YUV 83.21 116.6 222 -
System Red Green Blue C M Y K H S L
Decimal 215 20 63 0 0.91 0.71 0.16 346.77 0.83 0.46
Hex D7 14 3F 0 5B 47 10 15B 53 2E
Octal 327 24 77 0 133 107 20 533 123 56
Binary 11010111 10100 111111 0 1011011 1000111 10000 101011011 1010011 101110

Color Harmonies of #D7143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7143F

Black with #D7143F

Text Example


Text Example

White with #D7143F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7143F; }

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

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

background-color css

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

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

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

border-color css

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

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

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