Html Css Color HEX #D9032B Crimson

📋 copy color: '#D9032B'

red 217 ◦ green 3 ◦ blue 43

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

Shades of Crimson #D9032B

Tints of Crimson #D9032B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.35%

R = 82.51%
G = 1.14%
B = 16.35%

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

#D9032B (or 0xD9032B) is known color: Crimson. HEX triplet: D9, 03 and 2B. RGB value is (217,3,43). Sum of RGB (Red+Green+Blue) = 217+3+43=263 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.51% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 217 - color contains mainly: red. Hex color #D9032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9032B is #26FCD4. Grayscale: #474747. Windows color (decimal): -2555093 or 2819033. OLE color: 2819033.

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

Color convert

RGB 217 3 43 -
CMYK 0 0.99 0.80 0.15
HSL 348.79º 0.97% 0.43% -
HSV(B) 348.79º 0.99% 0.85% -
XYZ 29.08 14.99 3.65 -
YUV 71.55 111.9 231.75 -
System Red Green Blue C M Y K H S L
Decimal 217 3 43 0 0.99 0.80 0.15 348.79 0.97 0.43
Hex D9 3 2B 0 63 50 F 15D 61 2B
Octal 331 3 53 0 143 120 17 535 141 53
Binary 11011001 11 101011 0 1100011 1010000 1111 101011101 1100001 101011

Color Harmonies of #D9032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9032B

Black with #D9032B

Text Example


Text Example

White with #D9032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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