Html Css Color HEX #D51230 Crimson

📋 copy color: '#D51230'

red 213 ◦ green 18 ◦ blue 48

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

Shades of Crimson #D51230

Tints of Crimson #D51230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.45%

 BLUE value IS 48 (19.14% from 255) = 17.2%

R = 76.34%
G = 6.45%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D51230 (or 0xD51230) is known color: Crimson. HEX triplet: D5, 12 and 30. RGB value is (213,18,48). Sum of RGB (Red+Green+Blue) = 213+18+48=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D51230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51230 is #2AEDCF. Grayscale: #4F4F4F. Windows color (decimal): -2813392 or 3150549. OLE color: 3150549.

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

Color convert

RGB 213 18 48 -
CMYK 0 0.92 0.77 0.16
HSL 350.77º 0.84% 0.45% -
HSV(B) 350.77º 0.92% 0.84% -
XYZ 28.19 14.79 4.17 -
YUV 79.73 110.1 223.06 -
System Red Green Blue C M Y K H S L
Decimal 213 18 48 0 0.92 0.77 0.16 350.77 0.84 0.45
Hex D5 12 30 0 5C 4D 10 15F 54 2D
Octal 325 22 60 0 134 115 20 537 124 55
Binary 11010101 10010 110000 0 1011100 1001101 10000 101011111 1010100 101101

Color Harmonies of #D51230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51230

Black with #D51230

Text Example


Text Example

White with #D51230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51230; }

 p { color: rgb(213,18,48); }

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

background-color css

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

 a { background-color: rgb(213,18,48); }

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

border-color css

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

 span { border-color: rgb(213,18,48); }

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