Html Css Color HEX #D9123E Crimson

📋 copy color: '#D9123E'

red 217 ◦ green 18 ◦ blue 62

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

Shades of Crimson #D9123E

Tints of Crimson #D9123E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.88%

R = 73.06%
G = 6.06%
B = 20.88%

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

#D9123E (or 0xD9123E) is known color: Crimson. HEX triplet: D9, 12 and 3E. RGB value is (217,18,62). Sum of RGB (Red+Green+Blue) = 217+18+62=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D9123E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9123E is #26EDC1. Grayscale: #525252. Windows color (decimal): -2551234 or 4068057. OLE color: 4068057.

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

Color convert

RGB 217 18 62 -
CMYK 0 0.92 0.71 0.15
HSL 346.73º 0.85% 0.46% -
HSV(B) 346.73º 0.92% 0.85% -
XYZ 29.7 15.53 5.99 -
YUV 82.52 116.43 223.92 -
System Red Green Blue C M Y K H S L
Decimal 217 18 62 0 0.92 0.71 0.15 346.73 0.85 0.46
Hex D9 12 3E 0 5C 47 F 15B 55 2E
Octal 331 22 76 0 134 107 17 533 125 56
Binary 11011001 10010 111110 0 1011100 1000111 1111 101011011 1010101 101110

Color Harmonies of #D9123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9123E

Black with #D9123E

Text Example


Text Example

White with #D9123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9123E; }

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

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

background-color css

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

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

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

border-color css

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

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

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