Html Css Color HEX #D90C2F Crimson

📋 copy color: '#D90C2F'

red 217 ◦ green 12 ◦ blue 47

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

Shades of Crimson #D90C2F

Tints of Crimson #D90C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.03%

R = 78.62%
G = 4.35%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D90C2F (or 0xD90C2F) is known color: Crimson. HEX triplet: D9, 0C and 2F. RGB value is (217,12,47). Sum of RGB (Red+Green+Blue) = 217+12+47=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90C2F is #26F3D0. Grayscale: #4D4D4D. Windows color (decimal): -2552785 or 3083481. OLE color: 3083481.

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

Color convert

RGB 217 12 47 -
CMYK 0 0.94 0.78 0.15
HSL 349.76º 0.9% 0.45% -
HSV(B) 349.76º 0.94% 0.85% -
XYZ 29.26 15.22 4.08 -
YUV 77.29 110.92 227.65 -
System Red Green Blue C M Y K H S L
Decimal 217 12 47 0 0.94 0.78 0.15 349.76 0.9 0.45
Hex D9 C 2F 0 5E 4E F 15E 5A 2D
Octal 331 14 57 0 136 116 17 536 132 55
Binary 11011001 1100 101111 0 1011110 1001110 1111 101011110 1011010 101101

Color Harmonies of #D90C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C2F

Black with #D90C2F

Text Example


Text Example

White with #D90C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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