Html Css Color HEX #D51C33 Crimson

📋 copy color: '#D51C33'

red 213 ◦ green 28 ◦ blue 51

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

Shades of Crimson #D51C33

Tints of Crimson #D51C33

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.59%

 BLUE value IS 51 (20.31% from 255) = 17.47%

R = 72.95%
G = 9.59%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D51C33 (or 0xD51C33) is known color: Crimson. HEX triplet: D5, 1C and 33. RGB value is (213,28,51). Sum of RGB (Red+Green+Blue) = 213+28+51=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51C33 is #2AE3CC. Grayscale: #565656. Windows color (decimal): -2810829 or 3349717. OLE color: 3349717.

HSL color Cylindrical-coordinate representation of color #D51C33: hue angle of 352.54º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51C33 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 28 51 -
CMYK 0 0.87 0.76 0.16
HSL 352.54º 0.77% 0.47% -
HSV(B) 352.54º 0.87% 0.84% -
XYZ 28.45 15.22 4.57 -
YUV 85.94 108.29 218.63 -
System Red Green Blue C M Y K H S L
Decimal 213 28 51 0 0.87 0.76 0.16 352.54 0.77 0.47
Hex D5 1C 33 0 57 4C 10 161 4D 2F
Octal 325 34 63 0 127 114 20 541 115 57
Binary 11010101 11100 110011 0 1010111 1001100 10000 101100001 1001101 101111

Color Harmonies of #D51C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51C33

Black with #D51C33

Text Example


Text Example

White with #D51C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51C33; }

 p { color: rgb(213,28,51); }

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

background-color css

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

 a { background-color: rgb(213,28,51); }

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

border-color css

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

 span { border-color: rgb(213,28,51); }

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