Html Css Color HEX #D52240 Crimson

📋 copy color: '#D52240'

red 213 ◦ green 34 ◦ blue 64

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

Shades of Crimson #D52240

Tints of Crimson #D52240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 68.49%
G = 10.93%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D52240 (or 0xD52240) is known color: Crimson. HEX triplet: D5, 22 and 40. RGB value is (213,34,64). Sum of RGB (Red+Green+Blue) = 213+34+64=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D52240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52240 is #2ADDBF. Grayscale: #5B5B5B. Windows color (decimal): -2809280 or 4203221. OLE color: 4203221.

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

Color convert

RGB 213 34 64 -
CMYK 0 0.84 0.70 0.16
HSL 349.94º 0.72% 0.48% -
HSV(B) 349.94º 0.84% 0.84% -
XYZ 28.94 15.66 6.35 -
YUV 90.94 112.8 215.06 -
System Red Green Blue C M Y K H S L
Decimal 213 34 64 0 0.84 0.70 0.16 349.94 0.72 0.48
Hex D5 22 40 0 54 46 10 15E 48 30
Octal 325 42 100 0 124 106 20 536 110 60
Binary 11010101 100010 1000000 0 1010100 1000110 10000 101011110 1001000 110000

Color Harmonies of #D52240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52240

Black with #D52240

Text Example


Text Example

White with #D52240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52240; }

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

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

background-color css

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

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

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

border-color css

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

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

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