Html Css Color HEX #D52142 Crimson

📋 copy color: '#D52142'

red 213 ◦ green 33 ◦ blue 66

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

Shades of Crimson #D52142

Tints of Crimson #D52142

RGB

 RED value IS 213 (83.59% from 255) = 68.27%

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

 BLUE value IS 66 (26.17% from 255) = 21.15%

R = 68.27%
G = 10.58%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D52142 (or 0xD52142) is known color: Crimson. HEX triplet: D5, 21 and 42. RGB value is (213,33,66). Sum of RGB (Red+Green+Blue) = 213+33+66=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D52142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52142 is #2ADEBD. Grayscale: #5A5A5A. Windows color (decimal): -2809534 or 4334037. OLE color: 4334037.

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

Color convert

RGB 213 33 66 -
CMYK 0 0.85 0.69 0.16
HSL 349º 0.73% 0.48% -
HSV(B) 349º 0.85% 0.84% -
XYZ 28.97 15.63 6.64 -
YUV 90.58 114.13 215.32 -
System Red Green Blue C M Y K H S L
Decimal 213 33 66 0 0.85 0.69 0.16 349 0.73 0.48
Hex D5 21 42 0 55 45 10 15D 49 30
Octal 325 41 102 0 125 105 20 535 111 60
Binary 11010101 100001 1000010 0 1010101 1000101 10000 101011101 1001001 110000

Color Harmonies of #D52142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52142

Black with #D52142

Text Example


Text Example

White with #D52142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52142; }

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

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

background-color css

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

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

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

border-color css

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

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

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