Html Css Color HEX #D90C46 Crimson

📋 copy color: '#D90C46'

red 217 ◦ green 12 ◦ blue 70

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

Shades of Crimson #D90C46

Tints of Crimson #D90C46

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.01%

 BLUE value IS 70 (27.73% from 255) = 23.41%

R = 72.58%
G = 4.01%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D90C46 (or 0xD90C46) is known color: Crimson. HEX triplet: D9, 0C and 46. RGB value is (217,12,70). Sum of RGB (Red+Green+Blue) = 217+12+70=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90C46 is #26F3B9. Grayscale: #4F4F4F. Windows color (decimal): -2552762 or 4590809. OLE color: 4590809.

HSL color Cylindrical-coordinate representation of color #D90C46: hue angle of 343.02º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90C46 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 12 70 -
CMYK 0 0.94 0.68 0.15
HSL 343.02º 0.9% 0.45% -
HSV(B) 343.02º 0.94% 0.85% -
XYZ 29.85 15.46 7.2 -
YUV 79.91 122.42 225.78 -
System Red Green Blue C M Y K H S L
Decimal 217 12 70 0 0.94 0.68 0.15 343.02 0.9 0.45
Hex D9 C 46 0 5E 44 F 157 5A 2D
Octal 331 14 106 0 136 104 17 527 132 55
Binary 11011001 1100 1000110 0 1011110 1000100 1111 101010111 1011010 101101

Color Harmonies of #D90C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C46

Black with #D90C46

Text Example


Text Example

White with #D90C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C46; }

 p { color: rgb(217,12,70); }

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

background-color css

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

 a { background-color: rgb(217,12,70); }

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

border-color css

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

 span { border-color: rgb(217,12,70); }

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