Html Css Color HEX #D52145 Crimson

📋 copy color: '#D52145'

red 213 ◦ green 33 ◦ blue 69

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

Shades of Crimson #D52145

Tints of Crimson #D52145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.9%

R = 67.62%
G = 10.48%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D52145 (or 0xD52145) is known color: Crimson. HEX triplet: D5, 21 and 45. RGB value is (213,33,69). Sum of RGB (Red+Green+Blue) = 213+33+69=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D52145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52145 is #2ADEBA. Grayscale: #5A5A5A. Windows color (decimal): -2809531 or 4530645. OLE color: 4530645.

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

Color convert

RGB 213 33 69 -
CMYK 0 0.85 0.68 0.16
HSL 348º 0.73% 0.48% -
HSV(B) 348º 0.85% 0.84% -
XYZ 29.06 15.66 7.12 -
YUV 90.92 115.63 215.07 -
System Red Green Blue C M Y K H S L
Decimal 213 33 69 0 0.85 0.68 0.16 348 0.73 0.48
Hex D5 21 45 0 55 44 10 15C 49 30
Octal 325 41 105 0 125 104 20 534 111 60
Binary 11010101 100001 1000101 0 1010101 1000100 10000 101011100 1001001 110000

Color Harmonies of #D52145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52145

Black with #D52145

Text Example


Text Example

White with #D52145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52145; }

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

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

background-color css

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

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

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

border-color css

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

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

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