Html Css Color HEX #D5133A Crimson

📋 copy color: '#D5133A'

red 213 ◦ green 19 ◦ blue 58

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

Shades of Crimson #D5133A

Tints of Crimson #D5133A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20%

R = 73.45%
G = 6.55%
B = 20%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5133A (or 0xD5133A) is known color: Crimson. HEX triplet: D5, 13 and 3A. RGB value is (213,19,58). Sum of RGB (Red+Green+Blue) = 213+19+58=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D5133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5133A is #2AECC5. Grayscale: #515151. Windows color (decimal): -2813126 or 3806165. OLE color: 3806165.

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

Color convert

RGB 213 19 58 -
CMYK 0 0.91 0.73 0.16
HSL 347.94º 0.84% 0.45% -
HSV(B) 347.94º 0.91% 0.84% -
XYZ 28.44 14.92 5.38 -
YUV 81.45 114.77 221.83 -
System Red Green Blue C M Y K H S L
Decimal 213 19 58 0 0.91 0.73 0.16 347.94 0.84 0.45
Hex D5 13 3A 0 5B 49 10 15C 54 2D
Octal 325 23 72 0 133 111 20 534 124 55
Binary 11010101 10011 111010 0 1011011 1001001 10000 101011100 1010100 101101

Color Harmonies of #D5133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5133A

Black with #D5133A

Text Example


Text Example

White with #D5133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5133A; }

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

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

background-color css

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

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

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

border-color css

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

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

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