Html Css Color HEX #D90341 Crimson

📋 copy color: '#D90341'

red 217 ◦ green 3 ◦ blue 65

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

Shades of Crimson #D90341

Tints of Crimson #D90341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.81%

R = 76.14%
G = 1.05%
B = 22.81%

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

#D90341 (or 0xD90341) is known color: Crimson. HEX triplet: D9, 03 and 41. RGB value is (217,3,65). Sum of RGB (Red+Green+Blue) = 217+3+65=285 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.14% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 217 - color contains mainly: red. Hex color #D90341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90341 is #26FCBE. Grayscale: #4A4A4A. Windows color (decimal): -2555071 or 4260825. OLE color: 4260825.

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

Color convert

RGB 217 3 65 -
CMYK 0 0.99 0.70 0.15
HSL 342.62º 0.97% 0.43% -
HSV(B) 342.62º 0.99% 0.85% -
XYZ 29.6 15.2 6.37 -
YUV 74.05 122.9 229.96 -
System Red Green Blue C M Y K H S L
Decimal 217 3 65 0 0.99 0.70 0.15 342.62 0.97 0.43
Hex D9 3 41 0 63 46 F 157 61 2B
Octal 331 3 101 0 143 106 17 527 141 53
Binary 11011001 11 1000001 0 1100011 1000110 1111 101010111 1100001 101011

Color Harmonies of #D90341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90341

Black with #D90341

Text Example


Text Example

White with #D90341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90341; }

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

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

background-color css

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

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

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

border-color css

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

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

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