Html Css Color HEX #D50C3C Crimson

📋 copy color: '#D50C3C'

red 213 ◦ green 12 ◦ blue 60

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

Shades of Crimson #D50C3C

Tints of Crimson #D50C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.05%

R = 74.74%
G = 4.21%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D50C3C (or 0xD50C3C) is known color: Crimson. HEX triplet: D5, 0C and 3C. RGB value is (213,12,60). Sum of RGB (Red+Green+Blue) = 213+12+60=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50C3C is #2AF3C3. Grayscale: #4D4D4D. Windows color (decimal): -2814916 or 3935445. OLE color: 3935445.

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

Color convert

RGB 213 12 60 -
CMYK 0 0.94 0.72 0.16
HSL 345.67º 0.89% 0.44% -
HSV(B) 345.67º 0.94% 0.84% -
XYZ 28.39 14.74 5.62 -
YUV 77.57 118.09 224.6 -
System Red Green Blue C M Y K H S L
Decimal 213 12 60 0 0.94 0.72 0.16 345.67 0.89 0.44
Hex D5 C 3C 0 5E 48 10 15A 59 2C
Octal 325 14 74 0 136 110 20 532 131 54
Binary 11010101 1100 111100 0 1011110 1001000 10000 101011010 1011001 101100

Color Harmonies of #D50C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50C3C

Black with #D50C3C

Text Example


Text Example

White with #D50C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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