Html Css Color HEX #D52341 Crimson

📋 copy color: '#D52341'

red 213 ◦ green 35 ◦ blue 65

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

Shades of Crimson #D52341

Tints of Crimson #D52341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.18%

 BLUE value IS 65 (25.78% from 255) = 20.77%

R = 68.05%
G = 11.18%
B = 20.77%

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

#D52341 (or 0xD52341) is known color: Crimson. HEX triplet: D5, 23 and 41. RGB value is (213,35,65). Sum of RGB (Red+Green+Blue) = 213+35+65=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D52341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52341 is #2ADCBE. Grayscale: #5B5B5B. Windows color (decimal): -2809023 or 4269013. OLE color: 4269013.

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

Color convert

RGB 213 35 65 -
CMYK 0 0.84 0.69 0.16
HSL 349.89º 0.72% 0.49% -
HSV(B) 349.89º 0.84% 0.84% -
XYZ 29 15.73 6.51 -
YUV 91.64 112.97 214.56 -
System Red Green Blue C M Y K H S L
Decimal 213 35 65 0 0.84 0.69 0.16 349.89 0.72 0.49
Hex D5 23 41 0 54 45 10 15E 48 31
Octal 325 43 101 0 124 105 20 536 110 61
Binary 11010101 100011 1000001 0 1010100 1000101 10000 101011110 1001000 110001

Color Harmonies of #D52341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52341

Black with #D52341

Text Example


Text Example

White with #D52341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52341; }

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

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

background-color css

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

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

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

border-color css

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

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

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