Html Css Color HEX #D8133C Crimson

📋 copy color: '#D8133C'

red 216 ◦ green 19 ◦ blue 60

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

Shades of Crimson #D8133C

Tints of Crimson #D8133C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 73.22%
G = 6.44%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8133C (or 0xD8133C) is known color: Crimson. HEX triplet: D8, 13 and 3C. RGB value is (216,19,60). Sum of RGB (Red+Green+Blue) = 216+19+60=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D8133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8133C is #27ECC3. Grayscale: #525252. Windows color (decimal): -2616516 or 3937240. OLE color: 3937240.

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

Color convert

RGB 216 19 60 -
CMYK 0 0.91 0.72 0.15
HSL 347.51º 0.84% 0.46% -
HSV(B) 347.51º 0.91% 0.85% -
XYZ 29.37 15.39 5.7 -
YUV 82.58 115.27 223.17 -
System Red Green Blue C M Y K H S L
Decimal 216 19 60 0 0.91 0.72 0.15 347.51 0.84 0.46
Hex D8 13 3C 0 5B 48 F 15C 54 2E
Octal 330 23 74 0 133 110 17 534 124 56
Binary 11011000 10011 111100 0 1011011 1001000 1111 101011100 1010100 101110

Color Harmonies of #D8133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8133C

Black with #D8133C

Text Example


Text Example

White with #D8133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8133C; }

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

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

background-color css

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

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

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

border-color css

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

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

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