Html Css Color HEX #D7123B Crimson

📋 copy color: '#D7123B'

red 215 ◦ green 18 ◦ blue 59

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

Shades of Crimson #D7123B

Tints of Crimson #D7123B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.21%

R = 73.63%
G = 6.16%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7123B (or 0xD7123B) is known color: Crimson. HEX triplet: D7, 12 and 3B. RGB value is (215,18,59). Sum of RGB (Red+Green+Blue) = 215+18+59=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D7123B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7123B is #28EDC4. Grayscale: #515151. Windows color (decimal): -2682309 or 3871447. OLE color: 3871447.

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

Color convert

RGB 215 18 59 -
CMYK 0 0.92 0.73 0.16
HSL 347.51º 0.85% 0.46% -
HSV(B) 347.51º 0.92% 0.84% -
XYZ 29.03 15.2 5.54 -
YUV 81.58 115.27 223.17 -
System Red Green Blue C M Y K H S L
Decimal 215 18 59 0 0.92 0.73 0.16 347.51 0.85 0.46
Hex D7 12 3B 0 5C 49 10 15C 55 2E
Octal 327 22 73 0 134 111 20 534 125 56
Binary 11010111 10010 111011 0 1011100 1001001 10000 101011100 1010101 101110

Color Harmonies of #D7123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7123B

Black with #D7123B

Text Example


Text Example

White with #D7123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7123B; }

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

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

background-color css

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

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

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

border-color css

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

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

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