Html Css Color HEX #D52144 Crimson

📋 copy color: '#D52144'

red 213 ◦ green 33 ◦ blue 68

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

Shades of Crimson #D52144

Tints of Crimson #D52144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.66%

R = 67.83%
G = 10.51%
B = 21.66%

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

#D52144 (or 0xD52144) is known color: Crimson. HEX triplet: D5, 21 and 44. RGB value is (213,33,68). Sum of RGB (Red+Green+Blue) = 213+33+68=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D52144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52144 is #2ADEBB. Grayscale: #5A5A5A. Windows color (decimal): -2809532 or 4465109. OLE color: 4465109.

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

Color convert

RGB 213 33 68 -
CMYK 0 0.85 0.68 0.16
HSL 348.33º 0.73% 0.48% -
HSV(B) 348.33º 0.85% 0.84% -
XYZ 29.03 15.65 6.96 -
YUV 90.81 115.13 215.15 -
System Red Green Blue C M Y K H S L
Decimal 213 33 68 0 0.85 0.68 0.16 348.33 0.73 0.48
Hex D5 21 44 0 55 44 10 15C 49 30
Octal 325 41 104 0 125 104 20 534 111 60
Binary 11010101 100001 1000100 0 1010101 1000100 10000 101011100 1001001 110000

Color Harmonies of #D52144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52144

Black with #D52144

Text Example


Text Example

White with #D52144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52144; }

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

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

background-color css

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

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

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

border-color css

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

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

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