Html Css Color HEX #D5132E Crimson

📋 copy color: '#D5132E'

red 213 ◦ green 19 ◦ blue 46

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

Shades of Crimson #D5132E

Tints of Crimson #D5132E

RGB

 RED value IS 213 (83.59% from 255) = 76.62%

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

 BLUE value IS 46 (18.36% from 255) = 16.55%

R = 76.62%
G = 6.83%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5132E (or 0xD5132E) is known color: Crimson. HEX triplet: D5, 13 and 2E. RGB value is (213,19,46). Sum of RGB (Red+Green+Blue) = 213+19+46=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D5132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5132E is #2AECD1. Grayscale: #505050. Windows color (decimal): -2813138 or 3019733. OLE color: 3019733.

HSL color Cylindrical-coordinate representation of color #D5132E: hue angle of 351.65º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5132E is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 19 46 -
CMYK 0 0.91 0.78 0.16
HSL 351.65º 0.84% 0.45% -
HSV(B) 351.65º 0.91% 0.84% -
XYZ 28.17 14.81 3.96 -
YUV 80.08 108.77 222.8 -
System Red Green Blue C M Y K H S L
Decimal 213 19 46 0 0.91 0.78 0.16 351.65 0.84 0.45
Hex D5 13 2E 0 5B 4E 10 160 54 2D
Octal 325 23 56 0 133 116 20 540 124 55
Binary 11010101 10011 101110 0 1011011 1001110 10000 101100000 1010100 101101

Color Harmonies of #D5132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5132E

Black with #D5132E

Text Example


Text Example

White with #D5132E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5132E; }

 p { color: rgb(213,19,46); }

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

background-color css

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

 a { background-color: rgb(213,19,46); }

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

border-color css

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

 span { border-color: rgb(213,19,46); }

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