Html Css Color HEX #D9003E Crimson

📋 copy color: '#D9003E'

red 217 ◦ green 0 ◦ blue 62

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

Shades of Crimson #D9003E

Tints of Crimson #D9003E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.22%

R = 77.78%
G = 0%
B = 22.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9003E (or 0xD9003E) is known color: Crimson. HEX triplet: D9, 00 and 3E. RGB value is (217,0,62). Sum of RGB (Red+Green+Blue) = 217+0+62=279 (36% of max value = 765). Red value is 217 (85.16% from 255 or 77.78% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 217 - color contains mainly: red. Hex color #D9003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9003E is #26FFC1. Grayscale: #474747. Windows color (decimal): -2555842 or 4063449. OLE color: 4063449.

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

Color convert

RGB 217 0 62 -
CMYK 0 1 0.71 0.15
HSL 342.86º 1% 0.43% -
HSV(B) 342.86º 1% 0.85% -
XYZ 29.48 15.1 5.92 -
YUV 71.95 122.39 231.46 -
System Red Green Blue C M Y K H S L
Decimal 217 0 62 0 1 0.71 0.15 342.86 1 0.43
Hex D9 0 3E 0 64 47 F 157 64 2B
Octal 331 0 76 0 144 107 17 527 144 53
Binary 11011001 0 111110 0 1100100 1000111 1111 101010111 1100100 101011

Color Harmonies of #D9003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9003E

Black with #D9003E

Text Example


Text Example

White with #D9003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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