#D52342

Color #D52342 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D52342

Tints of Crimson #D52342

Color information

#D52342 (or 0xD52342) is unknown color: approx Crimson. HEX triplet: D5, 23 and 42. RGB value is (213,35,66). Sum of RGB (Red+Green+Blue) = 213+35+66=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D52342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52342 is #2ADCBD. Grayscale: #5B5B5B. Windows color (decimal): -2809022 or 4334549. OLE color: 4334549.

HSL color Cylindrical-coordinate representation of color #D52342: hue angle of 349.55º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52342 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB2133566-
CMYK00.840.690.16
HSL349.55º71.77%48.63%-
HSV(B)349.55º83.57%83.53%-
XYZ29.0215.746.66-
YUV91.76113.47214.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 67.83%
GREEN value IS 35 (14.06% from 255) = 11.15%
BLUE value IS 66 (26.17% from 255) = 21.02%
R=67.83%
G=11.15%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213356600.840.690.16349.5571.7748.63
HexD52342054451015e4831
Octal3254310201241052053611061
Binary110101011000111000010010101001000101100001010111101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52342; }

 p { color: rgb(213,35,66); }

 H1.HeaderClassName
 {
   color: #D52342;
 }
 .AnyTagClassName
 {
   color: #D52342;
 }
</style>
background-color css

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

 a { background-color: rgb(213,35,66); }

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

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

 span { border-color: rgb(213,35,66); }

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