Html Css Color HEX #D9032F Crimson

📋 copy color: '#D9032F'

red 217 ◦ green 3 ◦ blue 47

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

Shades of Crimson #D9032F

Tints of Crimson #D9032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.6%

R = 81.27%
G = 1.12%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9032F (or 0xD9032F) is known color: Crimson. HEX triplet: D9, 03 and 2F. RGB value is (217,3,47). Sum of RGB (Red+Green+Blue) = 217+3+47=267 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.27% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 217 - color contains mainly: red. Hex color #D9032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9032F is #26FCD0. Grayscale: #484848. Windows color (decimal): -2555089 or 3081177. OLE color: 3081177.

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

Color convert

RGB 217 3 47 -
CMYK 0 0.99 0.78 0.15
HSL 347.66º 0.97% 0.43% -
HSV(B) 347.66º 0.99% 0.85% -
XYZ 29.16 15.02 4.05 -
YUV 72 113.9 231.42 -
System Red Green Blue C M Y K H S L
Decimal 217 3 47 0 0.99 0.78 0.15 347.66 0.97 0.43
Hex D9 3 2F 0 63 4E F 15C 61 2B
Octal 331 3 57 0 143 116 17 534 141 53
Binary 11011001 11 101111 0 1100011 1001110 1111 101011100 1100001 101011

Color Harmonies of #D9032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9032F

Black with #D9032F

Text Example


Text Example

White with #D9032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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