Html Css Color HEX #D9003C Crimson

📋 copy color: '#D9003C'

red 217 ◦ green 0 ◦ blue 60

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

Shades of Crimson #D9003C

Tints of Crimson #D9003C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.66%

R = 78.34%
G = 0%
B = 21.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9003C (or 0xD9003C) is known color: Crimson. HEX triplet: D9, 00 and 3C. RGB value is (217,0,60). Sum of RGB (Red+Green+Blue) = 217+0+60=277 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.34% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 217 - color contains mainly: red. Hex color #D9003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9003C is #26FFC3. Grayscale: #474747. Windows color (decimal): -2555844 or 3932377. OLE color: 3932377.

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

Color convert

RGB 217 0 60 -
CMYK 0 1 0.72 0.15
HSL 343.41º 1% 0.43% -
HSV(B) 343.41º 1% 0.85% -
XYZ 29.43 15.08 5.63 -
YUV 71.72 121.39 231.62 -
System Red Green Blue C M Y K H S L
Decimal 217 0 60 0 1 0.72 0.15 343.41 1 0.43
Hex D9 0 3C 0 64 48 F 157 64 2B
Octal 331 0 74 0 144 110 17 527 144 53
Binary 11011001 0 111100 0 1100100 1001000 1111 101010111 1100100 101011

Color Harmonies of #D9003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9003C

Black with #D9003C

Text Example


Text Example

White with #D9003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9003C; }

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

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

background-color css

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

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

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

border-color css

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

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

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