Html Css Color HEX #D7133E Crimson

📋 copy color: '#D7133E'

red 215 ◦ green 19 ◦ blue 62

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

Shades of Crimson #D7133E

Tints of Crimson #D7133E

RGB

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

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

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

R = 72.64%
G = 6.42%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7133E (or 0xD7133E) is known color: Crimson. HEX triplet: D7, 13 and 3E. RGB value is (215,19,62). Sum of RGB (Red+Green+Blue) = 215+19+62=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D7133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7133E is #28ECC1. Grayscale: #525252. Windows color (decimal): -2682050 or 4068311. OLE color: 4068311.

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

Color convert

RGB 215 19 62 -
CMYK 0 0.91 0.71 0.16
HSL 346.84º 0.84% 0.46% -
HSV(B) 346.84º 0.91% 0.84% -
XYZ 29.13 15.26 5.97 -
YUV 82.51 116.43 222.5 -
System Red Green Blue C M Y K H S L
Decimal 215 19 62 0 0.91 0.71 0.16 346.84 0.84 0.46
Hex D7 13 3E 0 5B 47 10 15B 54 2E
Octal 327 23 76 0 133 107 20 533 124 56
Binary 11010111 10011 111110 0 1011011 1000111 10000 101011011 1010100 101110

Color Harmonies of #D7133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7133E

Black with #D7133E

Text Example


Text Example

White with #D7133E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7133E; }

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

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

background-color css

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

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

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

border-color css

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

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

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