Html Css Color HEX #D31530 Crimson

📋 copy color: '#D31530'

red 211 ◦ green 21 ◦ blue 48

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

Shades of Crimson #D31530

Tints of Crimson #D31530

RGB

 RED value IS 211 (82.81% from 255) = 75.36%

 GREEN value IS 21 (8.59% from 255) = 7.5%

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

R = 75.36%
G = 7.5%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D31530 (or 0xD31530) is known color: Crimson. HEX triplet: D3, 15 and 30. RGB value is (211,21,48). Sum of RGB (Red+Green+Blue) = 211+21+48=280 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.36% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 211 - color contains mainly: red. Hex color #D31530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31530 is #2CEACF. Grayscale: #505050. Windows color (decimal): -2943696 or 3151315. OLE color: 3151315.

HSL color Cylindrical-coordinate representation of color #D31530: hue angle of 351.47º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31530 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 21 48 -
CMYK 0 0.90 0.77 0.17
HSL 351.47º 0.82% 0.45% -
HSV(B) 351.47º 0.9% 0.83% -
XYZ 27.67 14.6 4.16 -
YUV 80.89 109.45 220.8 -
System Red Green Blue C M Y K H S L
Decimal 211 21 48 0 0.90 0.77 0.17 351.47 0.82 0.45
Hex D3 15 30 0 5A 4D 11 15F 52 2D
Octal 323 25 60 0 132 115 21 537 122 55
Binary 11010011 10101 110000 0 1011010 1001101 10001 101011111 1010010 101101

Color Harmonies of #D31530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31530

Black with #D31530

Text Example


Text Example

White with #D31530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31530; }

 p { color: rgb(211,21,48); }

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

background-color css

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

 a { background-color: rgb(211,21,48); }

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

border-color css

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

 span { border-color: rgb(211,21,48); }

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