Html Css Color HEX #D9123F Crimson

📋 copy color: '#D9123F'

red 217 ◦ green 18 ◦ blue 63

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

Shades of Crimson #D9123F

Tints of Crimson #D9123F

RGB

 RED value IS 217 (85.16% from 255) = 72.82%

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

 BLUE value IS 63 (25% from 255) = 21.14%

R = 72.82%
G = 6.04%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9123F (or 0xD9123F) is known color: Crimson. HEX triplet: D9, 12 and 3F. RGB value is (217,18,63). Sum of RGB (Red+Green+Blue) = 217+18+63=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D9123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9123F is #26EDC0. Grayscale: #525252. Windows color (decimal): -2551233 or 4133593. OLE color: 4133593.

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

Color convert

RGB 217 18 63 -
CMYK 0 0.92 0.71 0.15
HSL 346.43º 0.85% 0.46% -
HSV(B) 346.43º 0.92% 0.85% -
XYZ 29.73 15.54 6.14 -
YUV 82.63 116.93 223.84 -
System Red Green Blue C M Y K H S L
Decimal 217 18 63 0 0.92 0.71 0.15 346.43 0.85 0.46
Hex D9 12 3F 0 5C 47 F 15A 55 2E
Octal 331 22 77 0 134 107 17 532 125 56
Binary 11011001 10010 111111 0 1011100 1000111 1111 101011010 1010101 101110

Color Harmonies of #D9123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9123F

Black with #D9123F

Text Example


Text Example

White with #D9123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9123F; }

 p { color: rgb(217,18,63); }

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

background-color css

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

 a { background-color: rgb(217,18,63); }

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

border-color css

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

 span { border-color: rgb(217,18,63); }

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