Html Css Color HEX #D50C44 Crimson

📋 copy color: '#D50C44'

red 213 ◦ green 12 ◦ blue 68

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

Shades of Crimson #D50C44

Tints of Crimson #D50C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.21%

R = 72.7%
G = 4.1%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D50C44 (or 0xD50C44) is known color: Crimson. HEX triplet: D5, 0C and 44. RGB value is (213,12,68). Sum of RGB (Red+Green+Blue) = 213+12+68=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50C44 is #2AF3BB. Grayscale: #4E4E4E. Windows color (decimal): -2814908 or 4459733. OLE color: 4459733.

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

Color convert

RGB 213 12 68 -
CMYK 0 0.94 0.68 0.16
HSL 343.28º 0.89% 0.44% -
HSV(B) 343.28º 0.94% 0.84% -
XYZ 28.62 14.83 6.82 -
YUV 78.48 122.09 223.95 -
System Red Green Blue C M Y K H S L
Decimal 213 12 68 0 0.94 0.68 0.16 343.28 0.89 0.44
Hex D5 C 44 0 5E 44 10 157 59 2C
Octal 325 14 104 0 136 104 20 527 131 54
Binary 11010101 1100 1000100 0 1011110 1000100 10000 101010111 1011001 101100

Color Harmonies of #D50C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50C44

Black with #D50C44

Text Example


Text Example

White with #D50C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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