Html Css Color HEX #D90734 Crimson

📋 copy color: '#D90734'

red 217 ◦ green 7 ◦ blue 52

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

Shades of Crimson #D90734

Tints of Crimson #D90734

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.54%

 BLUE value IS 52 (20.7% from 255) = 18.84%

R = 78.62%
G = 2.54%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D90734 (or 0xD90734) is known color: Crimson. HEX triplet: D9, 07 and 34. RGB value is (217,7,52). Sum of RGB (Red+Green+Blue) = 217+7+52=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D90734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90734 is #26F8CB. Grayscale: #4A4A4A. Windows color (decimal): -2554060 or 3409881. OLE color: 3409881.

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

Color convert

RGB 217 7 52 -
CMYK 0 0.97 0.76 0.15
HSL 347.14º 0.94% 0.44% -
HSV(B) 347.14º 0.97% 0.85% -
XYZ 29.31 15.15 4.63 -
YUV 74.92 115.07 229.34 -
System Red Green Blue C M Y K H S L
Decimal 217 7 52 0 0.97 0.76 0.15 347.14 0.94 0.44
Hex D9 7 34 0 61 4C F 15B 5E 2C
Octal 331 7 64 0 141 114 17 533 136 54
Binary 11011001 111 110100 0 1100001 1001100 1111 101011011 1011110 101100

Color Harmonies of #D90734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90734

Black with #D90734

Text Example


Text Example

White with #D90734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90734; }

 p { color: rgb(217,7,52); }

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

background-color css

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

 a { background-color: rgb(217,7,52); }

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

border-color css

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

 span { border-color: rgb(217,7,52); }

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