Html Css Color HEX #D31448 Crimson

📋 copy color: '#D31448'

red 211 ◦ green 20 ◦ blue 72

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

Shades of Crimson #D31448

Tints of Crimson #D31448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.6%

 BLUE value IS 72 (28.52% from 255) = 23.76%

R = 69.64%
G = 6.6%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D31448 (or 0xD31448) is known color: Crimson. HEX triplet: D3, 14 and 48. RGB value is (211,20,72). Sum of RGB (Red+Green+Blue) = 211+20+72=303 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.64% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 211 - color contains mainly: red. Hex color #D31448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31448 is #2CEBB7. Grayscale: #535353. Windows color (decimal): -2943928 or 4723923. OLE color: 4723923.

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

Color convert

RGB 211 20 72 -
CMYK 0 0.91 0.66 0.17
HSL 343.66º 0.83% 0.45% -
HSV(B) 343.66º 0.91% 0.83% -
XYZ 28.28 14.82 7.5 -
YUV 83.04 121.78 219.27 -
System Red Green Blue C M Y K H S L
Decimal 211 20 72 0 0.91 0.66 0.17 343.66 0.83 0.45
Hex D3 14 48 0 5B 42 11 158 53 2D
Octal 323 24 110 0 133 102 21 530 123 55
Binary 11010011 10100 1001000 0 1011011 1000010 10001 101011000 1010011 101101

Color Harmonies of #D31448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31448

Black with #D31448

Text Example


Text Example

White with #D31448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31448; }

 p { color: rgb(211,20,72); }

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

background-color css

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

 a { background-color: rgb(211,20,72); }

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

border-color css

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

 span { border-color: rgb(211,20,72); }

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