Html Css Color HEX #D50C34 Crimson

📋 copy color: '#D50C34'

red 213 ◦ green 12 ◦ blue 52

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

Shades of Crimson #D50C34

Tints of Crimson #D50C34

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.33%

 BLUE value IS 52 (20.7% from 255) = 18.77%

R = 76.9%
G = 4.33%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D50C34 (or 0xD50C34) is known color: Crimson. HEX triplet: D5, 0C and 34. RGB value is (213,12,52). Sum of RGB (Red+Green+Blue) = 213+12+52=277 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.90% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50C34 is #2AF3CB. Grayscale: #4C4C4C. Windows color (decimal): -2814924 or 3411157. OLE color: 3411157.

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

Color convert

RGB 213 12 52 -
CMYK 0 0.94 0.76 0.16
HSL 348.06º 0.89% 0.44% -
HSV(B) 348.06º 0.94% 0.84% -
XYZ 28.19 14.66 4.59 -
YUV 76.66 114.09 225.25 -
System Red Green Blue C M Y K H S L
Decimal 213 12 52 0 0.94 0.76 0.16 348.06 0.89 0.44
Hex D5 C 34 0 5E 4C 10 15C 59 2C
Octal 325 14 64 0 136 114 20 534 131 54
Binary 11010101 1100 110100 0 1011110 1001100 10000 101011100 1011001 101100

Color Harmonies of #D50C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50C34

Black with #D50C34

Text Example


Text Example

White with #D50C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50C34; }

 p { color: rgb(213,12,52); }

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

background-color css

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

 a { background-color: rgb(213,12,52); }

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

border-color css

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

 span { border-color: rgb(213,12,52); }

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