Html Css Color HEX #D9003D Crimson

📋 copy color: '#D9003D'

red 217 ◦ green 0 ◦ blue 61

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

Shades of Crimson #D9003D

Tints of Crimson #D9003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.94%

R = 78.06%
G = 0%
B = 21.94%

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

#D9003D (or 0xD9003D) is known color: Crimson. HEX triplet: D9, 00 and 3D. RGB value is (217,0,61). Sum of RGB (Red+Green+Blue) = 217+0+61=278 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.06% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 217 - color contains mainly: red. Hex color #D9003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9003D is #26FFC2. Grayscale: #474747. Windows color (decimal): -2555843 or 3997913. OLE color: 3997913.

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

Color convert

RGB 217 0 61 -
CMYK 0 1 0.72 0.15
HSL 343.13º 1% 0.43% -
HSV(B) 343.13º 1% 0.85% -
XYZ 29.46 15.09 5.77 -
YUV 71.84 121.89 231.54 -
System Red Green Blue C M Y K H S L
Decimal 217 0 61 0 1 0.72 0.15 343.13 1 0.43
Hex D9 0 3D 0 64 48 F 157 64 2B
Octal 331 0 75 0 144 110 17 527 144 53
Binary 11011001 0 111101 0 1100100 1001000 1111 101010111 1100100 101011

Color Harmonies of #D9003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9003D

Black with #D9003D

Text Example


Text Example

White with #D9003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9003D; }

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

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

background-color css

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

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

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

border-color css

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

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

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