Html Css Color HEX #D9133C Crimson

📋 copy color: '#D9133C'

red 217 ◦ green 19 ◦ blue 60

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

Shades of Crimson #D9133C

Tints of Crimson #D9133C

RGB

 RED value IS 217 (85.16% from 255) = 73.31%

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

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

R = 73.31%
G = 6.42%
B = 20.27%

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

#D9133C (or 0xD9133C) is known color: Crimson. HEX triplet: D9, 13 and 3C. RGB value is (217,19,60). Sum of RGB (Red+Green+Blue) = 217+19+60=296 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.31% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 217 - color contains mainly: red. Hex color #D9133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9133C is #26ECC3. Grayscale: #525252. Windows color (decimal): -2550980 or 3937241. OLE color: 3937241.

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

Color convert

RGB 217 19 60 -
CMYK 0 0.91 0.72 0.15
HSL 347.58º 0.84% 0.46% -
HSV(B) 347.58º 0.91% 0.85% -
XYZ 29.66 15.54 5.71 -
YUV 82.88 115.1 223.67 -
System Red Green Blue C M Y K H S L
Decimal 217 19 60 0 0.91 0.72 0.15 347.58 0.84 0.46
Hex D9 13 3C 0 5B 48 F 15C 54 2E
Octal 331 23 74 0 133 110 17 534 124 56
Binary 11011001 10011 111100 0 1011011 1001000 1111 101011100 1010100 101110

Color Harmonies of #D9133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9133C

Black with #D9133C

Text Example


Text Example

White with #D9133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9133C; }

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

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

background-color css

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

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

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

border-color css

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

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

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