Html Css Color HEX #D7133D Crimson

📋 copy color: '#D7133D'

red 215 ◦ green 19 ◦ blue 61

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

Shades of Crimson #D7133D

Tints of Crimson #D7133D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.68%

R = 72.88%
G = 6.44%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7133D (or 0xD7133D) is known color: Crimson. HEX triplet: D7, 13 and 3D. RGB value is (215,19,61). Sum of RGB (Red+Green+Blue) = 215+19+61=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D7133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7133D is #28ECC2. Grayscale: #525252. Windows color (decimal): -2682051 or 4002775. OLE color: 4002775.

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

Color convert

RGB 215 19 61 -
CMYK 0 0.91 0.72 0.16
HSL 347.14º 0.84% 0.46% -
HSV(B) 347.14º 0.91% 0.84% -
XYZ 29.1 15.25 5.82 -
YUV 82.39 115.93 222.58 -
System Red Green Blue C M Y K H S L
Decimal 215 19 61 0 0.91 0.72 0.16 347.14 0.84 0.46
Hex D7 13 3D 0 5B 48 10 15B 54 2E
Octal 327 23 75 0 133 110 20 533 124 56
Binary 11010111 10011 111101 0 1011011 1001000 10000 101011011 1010100 101110

Color Harmonies of #D7133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7133D

Black with #D7133D

Text Example


Text Example

White with #D7133D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7133D; }

 p { color: rgb(215,19,61); }

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

background-color css

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

 a { background-color: rgb(215,19,61); }

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

border-color css

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

 span { border-color: rgb(215,19,61); }

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