Html Css Color HEX #D90342 Crimson

📋 copy color: '#D90342'

red 217 ◦ green 3 ◦ blue 66

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

Shades of Crimson #D90342

Tints of Crimson #D90342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 66 (26.17% from 255) = 23.08%

R = 75.87%
G = 1.05%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D90342 (or 0xD90342) is known color: Crimson. HEX triplet: D9, 03 and 42. RGB value is (217,3,66). Sum of RGB (Red+Green+Blue) = 217+3+66=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D90342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90342 is #26FCBD. Grayscale: #4A4A4A. Windows color (decimal): -2555070 or 4326361. OLE color: 4326361.

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

Color convert

RGB 217 3 66 -
CMYK 0 0.99 0.70 0.15
HSL 342.34º 0.97% 0.43% -
HSV(B) 342.34º 0.99% 0.85% -
XYZ 29.63 15.21 6.53 -
YUV 74.17 123.4 229.88 -
System Red Green Blue C M Y K H S L
Decimal 217 3 66 0 0.99 0.70 0.15 342.34 0.97 0.43
Hex D9 3 42 0 63 46 F 156 61 2B
Octal 331 3 102 0 143 106 17 526 141 53
Binary 11011001 11 1000010 0 1100011 1000110 1111 101010110 1100001 101011

Color Harmonies of #D90342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90342

Black with #D90342

Text Example


Text Example

White with #D90342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90342; }

 p { color: rgb(217,3,66); }

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

background-color css

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

 a { background-color: rgb(217,3,66); }

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

border-color css

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

 span { border-color: rgb(217,3,66); }

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