Html Css Color HEX #D90338 Crimson

📋 copy color: '#D90338'

red 217 ◦ green 3 ◦ blue 56

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

Shades of Crimson #D90338

Tints of Crimson #D90338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.29%

R = 78.62%
G = 1.09%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D90338 (or 0xD90338) is known color: Crimson. HEX triplet: D9, 03 and 38. RGB value is (217,3,56). Sum of RGB (Red+Green+Blue) = 217+3+56=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D90338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90338 is #26FCC7. Grayscale: #494949. Windows color (decimal): -2555080 or 3671001. OLE color: 3671001.

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

Color convert

RGB 217 3 56 -
CMYK 0 0.99 0.74 0.15
HSL 345.14º 0.97% 0.43% -
HSV(B) 345.14º 0.99% 0.85% -
XYZ 29.36 15.1 5.11 -
YUV 73.03 118.4 230.69 -
System Red Green Blue C M Y K H S L
Decimal 217 3 56 0 0.99 0.74 0.15 345.14 0.97 0.43
Hex D9 3 38 0 63 4A F 159 61 2B
Octal 331 3 70 0 143 112 17 531 141 53
Binary 11011001 11 111000 0 1100011 1001010 1111 101011001 1100001 101011

Color Harmonies of #D90338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90338

Black with #D90338

Text Example


Text Example

White with #D90338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90338; }

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

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

background-color css

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

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

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

border-color css

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

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

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