Html Css Color HEX #D9063E Crimson

📋 copy color: '#D9063E'

red 217 ◦ green 6 ◦ blue 62

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

Shades of Crimson #D9063E

Tints of Crimson #D9063E

RGB

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

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

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

R = 76.14%
G = 2.11%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9063E (or 0xD9063E) is known color: Crimson. HEX triplet: D9, 06 and 3E. RGB value is (217,6,62). Sum of RGB (Red+Green+Blue) = 217+6+62=285 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.14% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 217 - color contains mainly: red. Hex color #D9063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9063E is #26F9C1. Grayscale: #4B4B4B. Windows color (decimal): -2554306 or 4064985. OLE color: 4064985.

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

Color convert

RGB 217 6 62 -
CMYK 0 0.97 0.71 0.15
HSL 344.08º 0.95% 0.44% -
HSV(B) 344.08º 0.97% 0.85% -
XYZ 29.55 15.23 5.94 -
YUV 75.47 120.4 228.95 -
System Red Green Blue C M Y K H S L
Decimal 217 6 62 0 0.97 0.71 0.15 344.08 0.95 0.44
Hex D9 6 3E 0 61 47 F 158 5F 2C
Octal 331 6 76 0 141 107 17 530 137 54
Binary 11011001 110 111110 0 1100001 1000111 1111 101011000 1011111 101100

Color Harmonies of #D9063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9063E

Black with #D9063E

Text Example


Text Example

White with #D9063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9063E; }

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

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

background-color css

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

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

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

border-color css

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

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

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