Html Css Color HEX #D90430 Crimson

📋 copy color: '#D90430'

red 217 ◦ green 4 ◦ blue 48

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

Shades of Crimson #D90430

Tints of Crimson #D90430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

 BLUE value IS 48 (19.14% from 255) = 17.84%

R = 80.67%
G = 1.49%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D90430 (or 0xD90430) is known color: Crimson. HEX triplet: D9, 04 and 30. RGB value is (217,4,48). Sum of RGB (Red+Green+Blue) = 217+4+48=269 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.67% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 217 - color contains mainly: red. Hex color #D90430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90430 is #26FBCF. Grayscale: #484848. Windows color (decimal): -2554832 or 3146969. OLE color: 3146969.

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

Color convert

RGB 217 4 48 -
CMYK 0 0.98 0.78 0.15
HSL 347.61º 0.96% 0.43% -
HSV(B) 347.61º 0.98% 0.85% -
XYZ 29.19 15.05 4.16 -
YUV 72.7 114.07 230.92 -
System Red Green Blue C M Y K H S L
Decimal 217 4 48 0 0.98 0.78 0.15 347.61 0.96 0.43
Hex D9 4 30 0 62 4E F 15C 60 2B
Octal 331 4 60 0 142 116 17 534 140 53
Binary 11011001 100 110000 0 1100010 1001110 1111 101011100 1100000 101011

Color Harmonies of #D90430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90430

Black with #D90430

Text Example


Text Example

White with #D90430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90430; }

 p { color: rgb(217,4,48); }

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

background-color css

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

 a { background-color: rgb(217,4,48); }

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

border-color css

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

 span { border-color: rgb(217,4,48); }

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