Html Css Color HEX #D52243 Crimson

📋 copy color: '#D52243'

red 213 ◦ green 34 ◦ blue 67

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

Shades of Crimson #D52243

Tints of Crimson #D52243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.34%

R = 67.83%
G = 10.83%
B = 21.34%

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

#D52243 (or 0xD52243) is known color: Crimson. HEX triplet: D5, 22 and 43. RGB value is (213,34,67). Sum of RGB (Red+Green+Blue) = 213+34+67=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D52243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52243 is #2ADDBC. Grayscale: #5B5B5B. Windows color (decimal): -2809277 or 4399829. OLE color: 4399829.

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

Color convert

RGB 213 34 67 -
CMYK 0 0.84 0.69 0.16
HSL 348.94º 0.72% 0.48% -
HSV(B) 348.94º 0.84% 0.84% -
XYZ 29.03 15.7 6.81 -
YUV 91.28 114.3 214.82 -
System Red Green Blue C M Y K H S L
Decimal 213 34 67 0 0.84 0.69 0.16 348.94 0.72 0.48
Hex D5 22 43 0 54 45 10 15D 48 30
Octal 325 42 103 0 124 105 20 535 110 60
Binary 11010101 100010 1000011 0 1010100 1000101 10000 101011101 1001000 110000

Color Harmonies of #D52243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52243

Black with #D52243

Text Example


Text Example

White with #D52243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52243; }

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

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

background-color css

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

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

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

border-color css

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

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

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