Html Css Color HEX #D90632 Crimson

📋 copy color: '#D90632'

red 217 ◦ green 6 ◦ blue 50

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

Shades of Crimson #D90632

Tints of Crimson #D90632

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

 BLUE value IS 50 (19.92% from 255) = 18.32%

R = 79.49%
G = 2.2%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D90632 (or 0xD90632) is known color: Crimson. HEX triplet: D9, 06 and 32. RGB value is (217,6,50). Sum of RGB (Red+Green+Blue) = 217+6+50=273 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.49% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 217 - color contains mainly: red. Hex color #D90632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90632 is #26F9CD. Grayscale: #4A4A4A. Windows color (decimal): -2554318 or 3278553. OLE color: 3278553.

HSL color Cylindrical-coordinate representation of color #D90632: hue angle of 347.49º degrees, saturation: 0.95, 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 #D90632 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 6 50 -
CMYK 0 0.97 0.77 0.15
HSL 347.49º 0.95% 0.44% -
HSV(B) 347.49º 0.97% 0.85% -
XYZ 29.26 15.11 4.39 -
YUV 74.11 114.4 229.92 -
System Red Green Blue C M Y K H S L
Decimal 217 6 50 0 0.97 0.77 0.15 347.49 0.95 0.44
Hex D9 6 32 0 61 4D F 15B 5F 2C
Octal 331 6 62 0 141 115 17 533 137 54
Binary 11011001 110 110010 0 1100001 1001101 1111 101011011 1011111 101100

Color Harmonies of #D90632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90632

Black with #D90632

Text Example


Text Example

White with #D90632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90632; }

 p { color: rgb(217,6,50); }

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

background-color css

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

 a { background-color: rgb(217,6,50); }

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

border-color css

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

 span { border-color: rgb(217,6,50); }

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