Html Css Color HEX #D9032C Crimson

📋 copy color: '#D9032C'

red 217 ◦ green 3 ◦ blue 44

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

Shades of Crimson #D9032C

Tints of Crimson #D9032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

 BLUE value IS 44 (17.58% from 255) = 16.67%

R = 82.2%
G = 1.14%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9032C (or 0xD9032C) is known color: Crimson. HEX triplet: D9, 03 and 2C. RGB value is (217,3,44). Sum of RGB (Red+Green+Blue) = 217+3+44=264 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.20% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 217 - color contains mainly: red. Hex color #D9032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9032C is #26FCD3. Grayscale: #474747. Windows color (decimal): -2555092 or 2884569. OLE color: 2884569.

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

Color convert

RGB 217 3 44 -
CMYK 0 0.99 0.80 0.15
HSL 348.5º 0.97% 0.43% -
HSV(B) 348.5º 0.99% 0.85% -
XYZ 29.1 15 3.74 -
YUV 71.66 112.4 231.67 -
System Red Green Blue C M Y K H S L
Decimal 217 3 44 0 0.99 0.80 0.15 348.5 0.97 0.43
Hex D9 3 2C 0 63 50 F 15D 61 2B
Octal 331 3 54 0 143 120 17 535 141 53
Binary 11011001 11 101100 0 1100011 1010000 1111 101011101 1100001 101011

Color Harmonies of #D9032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9032C

Black with #D9032C

Text Example


Text Example

White with #D9032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9032C; }

 p { color: rgb(217,3,44); }

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

background-color css

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

 a { background-color: rgb(217,3,44); }

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

border-color css

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

 span { border-color: rgb(217,3,44); }

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