Html Css Color HEX #D9003B Crimson

📋 copy color: '#D9003B'

red 217 ◦ green 0 ◦ blue 59

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

Shades of Crimson #D9003B

Tints of Crimson #D9003B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 59 (23.44% from 255) = 21.38%

R = 78.62%
G = 0%
B = 21.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9003B (or 0xD9003B) is known color: Crimson. HEX triplet: D9, 00 and 3B. RGB value is (217,0,59). Sum of RGB (Red+Green+Blue) = 217+0+59=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D9003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9003B is #26FFC4. Grayscale: #474747. Windows color (decimal): -2555845 or 3866841. OLE color: 3866841.

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

Color convert

RGB 217 0 59 -
CMYK 0 1 0.73 0.15
HSL 343.69º 1% 0.43% -
HSV(B) 343.69º 1% 0.85% -
XYZ 29.4 15.07 5.5 -
YUV 71.61 120.89 231.7 -
System Red Green Blue C M Y K H S L
Decimal 217 0 59 0 1 0.73 0.15 343.69 1 0.43
Hex D9 0 3B 0 64 49 F 158 64 2B
Octal 331 0 73 0 144 111 17 530 144 53
Binary 11011001 0 111011 0 1100100 1001001 1111 101011000 1100100 101011

Color Harmonies of #D9003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9003B

Black with #D9003B

Text Example


Text Example

White with #D9003B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9003B; }

 p { color: rgb(217,0,59); }

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

background-color css

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

 a { background-color: rgb(217,0,59); }

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

border-color css

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

 span { border-color: rgb(217,0,59); }

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