Html Css Color HEX #D31630 Crimson

📋 copy color: '#D31630'

red 211 ◦ green 22 ◦ blue 48

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

Shades of Crimson #D31630

Tints of Crimson #D31630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.83%

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

R = 75.09%
G = 7.83%
B = 17.08%

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

#D31630 (or 0xD31630) is known color: Crimson. HEX triplet: D3, 16 and 30. RGB value is (211,22,48). Sum of RGB (Red+Green+Blue) = 211+22+48=281 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.09% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 211 - color contains mainly: red. Hex color #D31630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31630 is #2CE9CF. Grayscale: #515151. Windows color (decimal): -2943440 or 3151571. OLE color: 3151571.

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

Color convert

RGB 211 22 48 -
CMYK 0 0.90 0.77 0.17
HSL 351.75º 0.81% 0.46% -
HSV(B) 351.75º 0.9% 0.83% -
XYZ 27.68 14.64 4.16 -
YUV 81.48 109.12 220.39 -
System Red Green Blue C M Y K H S L
Decimal 211 22 48 0 0.90 0.77 0.17 351.75 0.81 0.46
Hex D3 16 30 0 5A 4D 11 160 51 2E
Octal 323 26 60 0 132 115 21 540 121 56
Binary 11010011 10110 110000 0 1011010 1001101 10001 101100000 1010001 101110

Color Harmonies of #D31630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31630

Black with #D31630

Text Example


Text Example

White with #D31630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31630; }

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

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

background-color css

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

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

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

border-color css

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

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

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