Html Css Color HEX #D9123D Crimson

📋 copy color: '#D9123D'

red 217 ◦ green 18 ◦ blue 61

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

Shades of Crimson #D9123D

Tints of Crimson #D9123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.61%

R = 73.31%
G = 6.08%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9123D (or 0xD9123D) is known color: Crimson. HEX triplet: D9, 12 and 3D. RGB value is (217,18,61). Sum of RGB (Red+Green+Blue) = 217+18+61=296 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.31% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 217 - color contains mainly: red. Hex color #D9123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9123D is #26EDC2. Grayscale: #525252. Windows color (decimal): -2551235 or 4002521. OLE color: 4002521.

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

Color convert

RGB 217 18 61 -
CMYK 0 0.92 0.72 0.15
HSL 347.04º 0.85% 0.46% -
HSV(B) 347.04º 0.92% 0.85% -
XYZ 29.67 15.52 5.85 -
YUV 82.4 115.93 224 -
System Red Green Blue C M Y K H S L
Decimal 217 18 61 0 0.92 0.72 0.15 347.04 0.85 0.46
Hex D9 12 3D 0 5C 48 F 15B 55 2E
Octal 331 22 75 0 134 110 17 533 125 56
Binary 11011001 10010 111101 0 1011100 1001000 1111 101011011 1010101 101110

Color Harmonies of #D9123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9123D

Black with #D9123D

Text Example


Text Example

White with #D9123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9123D; }

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

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

background-color css

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

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

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

border-color css

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

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

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