Html Css Color HEX #D71243 Crimson

📋 copy color: '#D71243'

red 215 ◦ green 18 ◦ blue 67

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

Shades of Crimson #D71243

Tints of Crimson #D71243

RGB

 RED value IS 215 (84.38% from 255) = 71.67%

 GREEN value IS 18 (7.42% from 255) = 6%

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

R = 71.67%
G = 6%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D71243 (or 0xD71243) is known color: Crimson. HEX triplet: D7, 12 and 43. RGB value is (215,18,67). Sum of RGB (Red+Green+Blue) = 215+18+67=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D71243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71243 is #28EDBC. Grayscale: #525252. Windows color (decimal): -2682301 or 4395735. OLE color: 4395735.

HSL color Cylindrical-coordinate representation of color #D71243: hue angle of 345.08º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71243 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 18 67 -
CMYK 0 0.92 0.69 0.16
HSL 345.08º 0.85% 0.46% -
HSV(B) 345.08º 0.92% 0.84% -
XYZ 29.25 15.28 6.72 -
YUV 82.49 119.27 222.52 -
System Red Green Blue C M Y K H S L
Decimal 215 18 67 0 0.92 0.69 0.16 345.08 0.85 0.46
Hex D7 12 43 0 5C 45 10 159 55 2E
Octal 327 22 103 0 134 105 20 531 125 56
Binary 11010111 10010 1000011 0 1011100 1000101 10000 101011001 1010101 101110

Color Harmonies of #D71243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71243

Black with #D71243

Text Example


Text Example

White with #D71243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71243; }

 p { color: rgb(215,18,67); }

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

background-color css

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

 a { background-color: rgb(215,18,67); }

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

border-color css

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

 span { border-color: rgb(215,18,67); }

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