Html Css Color HEX #D32143 Crimson

📋 copy color: '#D32143'

red 211 ◦ green 33 ◦ blue 67

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

Shades of Crimson #D32143

Tints of Crimson #D32143

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.61%

 BLUE value IS 67 (26.56% from 255) = 21.54%

R = 67.85%
G = 10.61%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D32143 (or 0xD32143) is known color: Crimson. HEX triplet: D3, 21 and 43. RGB value is (211,33,67). Sum of RGB (Red+Green+Blue) = 211+33+67=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D32143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32143 is #2CDEBC. Grayscale: #5A5A5A. Windows color (decimal): -2940605 or 4399571. OLE color: 4399571.

HSL color Cylindrical-coordinate representation of color #D32143: hue angle of 348.54º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D32143 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 33 67 -
CMYK 0 0.84 0.68 0.17
HSL 348.54º 0.73% 0.48% -
HSV(B) 348.54º 0.84% 0.83% -
XYZ 28.42 15.34 6.77 -
YUV 90.1 114.97 214.24 -
System Red Green Blue C M Y K H S L
Decimal 211 33 67 0 0.84 0.68 0.17 348.54 0.73 0.48
Hex D3 21 43 0 54 44 11 15D 49 30
Octal 323 41 103 0 124 104 21 535 111 60
Binary 11010011 100001 1000011 0 1010100 1000100 10001 101011101 1001001 110000

Color Harmonies of #D32143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32143

Black with #D32143

Text Example


Text Example

White with #D32143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32143; }

 p { color: rgb(211,33,67); }

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

background-color css

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

 a { background-color: rgb(211,33,67); }

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

border-color css

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

 span { border-color: rgb(211,33,67); }

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