Html Css Color HEX #D8143E Crimson

📋 copy color: '#D8143E'

red 216 ◦ green 20 ◦ blue 62

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

Shades of Crimson #D8143E

Tints of Crimson #D8143E

RGB

 RED value IS 216 (84.77% from 255) = 72.48%

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

 BLUE value IS 62 (24.61% from 255) = 20.81%

R = 72.48%
G = 6.71%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8143E (or 0xD8143E) is known color: Crimson. HEX triplet: D8, 14 and 3E. RGB value is (216,20,62). Sum of RGB (Red+Green+Blue) = 216+20+62=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D8143E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8143E is #27EBC1. Grayscale: #535353. Windows color (decimal): -2616258 or 4068568. OLE color: 4068568.

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

Color convert

RGB 216 20 62 -
CMYK 0 0.91 0.71 0.15
HSL 347.14º 0.83% 0.46% -
HSV(B) 347.14º 0.91% 0.85% -
XYZ 29.44 15.45 5.99 -
YUV 83.39 115.93 222.58 -
System Red Green Blue C M Y K H S L
Decimal 216 20 62 0 0.91 0.71 0.15 347.14 0.83 0.46
Hex D8 14 3E 0 5B 47 F 15B 53 2E
Octal 330 24 76 0 133 107 17 533 123 56
Binary 11011000 10100 111110 0 1011011 1000111 1111 101011011 1010011 101110

Color Harmonies of #D8143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8143E

Black with #D8143E

Text Example


Text Example

White with #D8143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8143E; }

 p { color: rgb(216,20,62); }

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

background-color css

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

 a { background-color: rgb(216,20,62); }

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

border-color css

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

 span { border-color: rgb(216,20,62); }

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