Html Css Color HEX #D9032A Crimson

📋 copy color: '#D9032A'

red 217 ◦ green 3 ◦ blue 42

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

Shades of Crimson #D9032A

Tints of Crimson #D9032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.03%

R = 82.82%
G = 1.15%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9032A (or 0xD9032A) is known color: Crimson. HEX triplet: D9, 03 and 2A. RGB value is (217,3,42). Sum of RGB (Red+Green+Blue) = 217+3+42=262 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.82% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 217 - color contains mainly: red. Hex color #D9032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9032A is #26FCD5. Grayscale: #474747. Windows color (decimal): -2555094 or 2753497. OLE color: 2753497.

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

Color convert

RGB 217 3 42 -
CMYK 0 0.99 0.81 0.15
HSL 349.07º 0.97% 0.43% -
HSV(B) 349.07º 0.99% 0.85% -
XYZ 29.07 14.98 3.55 -
YUV 71.43 111.4 231.83 -
System Red Green Blue C M Y K H S L
Decimal 217 3 42 0 0.99 0.81 0.15 349.07 0.97 0.43
Hex D9 3 2A 0 63 51 F 15D 61 2B
Octal 331 3 52 0 143 121 17 535 141 53
Binary 11011001 11 101010 0 1100011 1010001 1111 101011101 1100001 101011

Color Harmonies of #D9032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9032A

Black with #D9032A

Text Example


Text Example

White with #D9032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9032A; }

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

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

background-color css

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

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

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

border-color css

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

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

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