Html Css Color HEX #D52242 Crimson

📋 copy color: '#D52242'

red 213 ◦ green 34 ◦ blue 66

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

Shades of Crimson #D52242

Tints of Crimson #D52242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.86%

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

R = 68.05%
G = 10.86%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D52242 (or 0xD52242) is known color: Crimson. HEX triplet: D5, 22 and 42. RGB value is (213,34,66). Sum of RGB (Red+Green+Blue) = 213+34+66=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D52242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52242 is #2ADDBD. Grayscale: #5B5B5B. Windows color (decimal): -2809278 or 4334293. OLE color: 4334293.

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

Color convert

RGB 213 34 66 -
CMYK 0 0.84 0.69 0.16
HSL 349.27º 0.72% 0.48% -
HSV(B) 349.27º 0.84% 0.84% -
XYZ 29 15.68 6.65 -
YUV 91.17 113.8 214.9 -
System Red Green Blue C M Y K H S L
Decimal 213 34 66 0 0.84 0.69 0.16 349.27 0.72 0.48
Hex D5 22 42 0 54 45 10 15D 48 30
Octal 325 42 102 0 124 105 20 535 110 60
Binary 11010101 100010 1000010 0 1010100 1000101 10000 101011101 1001000 110000

Color Harmonies of #D52242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52242

Black with #D52242

Text Example


Text Example

White with #D52242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52242; }

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

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

background-color css

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

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

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

border-color css

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

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

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