Html Css Color HEX #D9033E Crimson

📋 copy color: '#D9033E'

red 217 ◦ green 3 ◦ blue 62

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

Shades of Crimson #D9033E

Tints of Crimson #D9033E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.99%

R = 76.95%
G = 1.06%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9033E (or 0xD9033E) is known color: Crimson. HEX triplet: D9, 03 and 3E. RGB value is (217,3,62). Sum of RGB (Red+Green+Blue) = 217+3+62=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D9033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9033E is #26FCC1. Grayscale: #494949. Windows color (decimal): -2555074 or 4064217. OLE color: 4064217.

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

Color convert

RGB 217 3 62 -
CMYK 0 0.99 0.71 0.15
HSL 343.46º 0.97% 0.43% -
HSV(B) 343.46º 0.99% 0.85% -
XYZ 29.52 15.16 5.93 -
YUV 73.71 121.4 230.2 -
System Red Green Blue C M Y K H S L
Decimal 217 3 62 0 0.99 0.71 0.15 343.46 0.97 0.43
Hex D9 3 3E 0 63 47 F 157 61 2B
Octal 331 3 76 0 143 107 17 527 141 53
Binary 11011001 11 111110 0 1100011 1000111 1111 101010111 1100001 101011

Color Harmonies of #D9033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9033E

Black with #D9033E

Text Example


Text Example

White with #D9033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9033E; }

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

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

background-color css

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

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

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

border-color css

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

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

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