Html Css Color HEX #D9062E Crimson

📋 copy color: '#D9062E'

red 217 ◦ green 6 ◦ blue 46

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

Shades of Crimson #D9062E

Tints of Crimson #D9062E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.23%

 BLUE value IS 46 (18.36% from 255) = 17.1%

R = 80.67%
G = 2.23%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9062E (or 0xD9062E) is known color: Crimson. HEX triplet: D9, 06 and 2E. RGB value is (217,6,46). Sum of RGB (Red+Green+Blue) = 217+6+46=269 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.67% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 217 - color contains mainly: red. Hex color #D9062E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9062E is #26F9D1. Grayscale: #494949. Windows color (decimal): -2554322 or 3016409. OLE color: 3016409.

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

Color convert

RGB 217 6 46 -
CMYK 0 0.97 0.79 0.15
HSL 348.63º 0.95% 0.44% -
HSV(B) 348.63º 0.97% 0.85% -
XYZ 29.17 15.08 3.96 -
YUV 73.65 112.4 230.25 -
System Red Green Blue C M Y K H S L
Decimal 217 6 46 0 0.97 0.79 0.15 348.63 0.95 0.44
Hex D9 6 2E 0 61 4F F 15D 5F 2C
Octal 331 6 56 0 141 117 17 535 137 54
Binary 11011001 110 101110 0 1100001 1001111 1111 101011101 1011111 101100

Color Harmonies of #D9062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9062E

Black with #D9062E

Text Example


Text Example

White with #D9062E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9062E; }

 p { color: rgb(217,6,46); }

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

background-color css

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

 a { background-color: rgb(217,6,46); }

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

border-color css

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

 span { border-color: rgb(217,6,46); }

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