Html Css Color HEX #D32144 Crimson

📋 copy color: '#D32144'

red 211 ◦ green 33 ◦ blue 68

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

Shades of Crimson #D32144

Tints of Crimson #D32144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.79%

R = 67.63%
G = 10.58%
B = 21.79%

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

#D32144 (or 0xD32144) is known color: Crimson. HEX triplet: D3, 21 and 44. RGB value is (211,33,68). Sum of RGB (Red+Green+Blue) = 211+33+68=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D32144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32144 is #2CDEBB. Grayscale: #5A5A5A. Windows color (decimal): -2940604 or 4465107. OLE color: 4465107.

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

Color convert

RGB 211 33 68 -
CMYK 0 0.84 0.68 0.17
HSL 348.2º 0.73% 0.48% -
HSV(B) 348.2º 0.84% 0.83% -
XYZ 28.45 15.35 6.93 -
YUV 90.21 115.47 214.15 -
System Red Green Blue C M Y K H S L
Decimal 211 33 68 0 0.84 0.68 0.17 348.2 0.73 0.48
Hex D3 21 44 0 54 44 11 15C 49 30
Octal 323 41 104 0 124 104 21 534 111 60
Binary 11010011 100001 1000100 0 1010100 1000100 10001 101011100 1001001 110000

Color Harmonies of #D32144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32144

Black with #D32144

Text Example


Text Example

White with #D32144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32144; }

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

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

background-color css

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

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

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

border-color css

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

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

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