Html Css Color HEX #D71233 Crimson

📋 copy color: '#D71233'

red 215 ◦ green 18 ◦ blue 51

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

Shades of Crimson #D71233

Tints of Crimson #D71233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.96%

R = 75.7%
G = 6.34%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D71233 (or 0xD71233) is known color: Crimson. HEX triplet: D7, 12 and 33. RGB value is (215,18,51). Sum of RGB (Red+Green+Blue) = 215+18+51=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D71233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71233 is #28EDCC. Grayscale: #505050. Windows color (decimal): -2682317 or 3347159. OLE color: 3347159.

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

Color convert

RGB 215 18 51 -
CMYK 0 0.92 0.76 0.16
HSL 349.95º 0.85% 0.46% -
HSV(B) 349.95º 0.92% 0.84% -
XYZ 28.84 15.12 4.53 -
YUV 80.67 111.27 223.82 -
System Red Green Blue C M Y K H S L
Decimal 215 18 51 0 0.92 0.76 0.16 349.95 0.85 0.46
Hex D7 12 33 0 5C 4C 10 15E 55 2E
Octal 327 22 63 0 134 114 20 536 125 56
Binary 11010111 10010 110011 0 1011100 1001100 10000 101011110 1010101 101110

Color Harmonies of #D71233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71233

Black with #D71233

Text Example


Text Example

White with #D71233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71233; }

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

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

background-color css

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

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

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

border-color css

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

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

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