Html Css Color HEX #D32145 Crimson

📋 copy color: '#D32145'

red 211 ◦ green 33 ◦ blue 69

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

Shades of Crimson #D32145

Tints of Crimson #D32145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.04%

R = 67.41%
G = 10.54%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D32145 (or 0xD32145) is known color: Crimson. HEX triplet: D3, 21 and 45. RGB value is (211,33,69). Sum of RGB (Red+Green+Blue) = 211+33+69=313 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.41% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 211 - color contains mainly: red. Hex color #D32145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32145 is #2CDEBA. Grayscale: #5A5A5A. Windows color (decimal): -2940603 or 4530643. OLE color: 4530643.

HSL color Cylindrical-coordinate representation of color #D32145: hue angle of 347.87º 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 #D32145 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 33 69 -
CMYK 0 0.84 0.67 0.17
HSL 347.87º 0.73% 0.48% -
HSV(B) 347.87º 0.84% 0.83% -
XYZ 28.48 15.37 7.1 -
YUV 90.33 115.97 214.07 -
System Red Green Blue C M Y K H S L
Decimal 211 33 69 0 0.84 0.67 0.17 347.87 0.73 0.48
Hex D3 21 45 0 54 43 11 15C 49 30
Octal 323 41 105 0 124 103 21 534 111 60
Binary 11010011 100001 1000101 0 1010100 1000011 10001 101011100 1001001 110000

Color Harmonies of #D32145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32145

Black with #D32145

Text Example


Text Example

White with #D32145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32145; }

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

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

background-color css

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

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

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

border-color css

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

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

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