Html Css Color HEX #D8133A Crimson

📋 copy color: '#D8133A'

red 216 ◦ green 19 ◦ blue 58

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

Shades of Crimson #D8133A

Tints of Crimson #D8133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.48%

 BLUE value IS 58 (23.05% from 255) = 19.8%

R = 73.72%
G = 6.48%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8133A (or 0xD8133A) is known color: Crimson. HEX triplet: D8, 13 and 3A. RGB value is (216,19,58). Sum of RGB (Red+Green+Blue) = 216+19+58=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D8133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8133A is #27ECC5. Grayscale: #525252. Windows color (decimal): -2616518 or 3806168. OLE color: 3806168.

HSL color Cylindrical-coordinate representation of color #D8133A: hue angle of 348.12º degrees, saturation: 0.84, 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 #D8133A is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 19 58 -
CMYK 0 0.91 0.73 0.15
HSL 348.12º 0.84% 0.46% -
HSV(B) 348.12º 0.91% 0.85% -
XYZ 29.32 15.37 5.42 -
YUV 82.35 114.27 223.33 -
System Red Green Blue C M Y K H S L
Decimal 216 19 58 0 0.91 0.73 0.15 348.12 0.84 0.46
Hex D8 13 3A 0 5B 49 F 15C 54 2E
Octal 330 23 72 0 133 111 17 534 124 56
Binary 11011000 10011 111010 0 1011011 1001001 1111 101011100 1010100 101110

Color Harmonies of #D8133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8133A

Black with #D8133A

Text Example


Text Example

White with #D8133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8133A; }

 p { color: rgb(216,19,58); }

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

background-color css

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

 a { background-color: rgb(216,19,58); }

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

border-color css

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

 span { border-color: rgb(216,19,58); }

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