Html Css Color HEX #D9063D Crimson

📋 copy color: '#D9063D'

red 217 ◦ green 6 ◦ blue 61

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

Shades of Crimson #D9063D

Tints of Crimson #D9063D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.48%

R = 76.41%
G = 2.11%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9063D (or 0xD9063D) is known color: Crimson. HEX triplet: D9, 06 and 3D. RGB value is (217,6,61). Sum of RGB (Red+Green+Blue) = 217+6+61=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D9063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9063D is #26F9C2. Grayscale: #4B4B4B. Windows color (decimal): -2554307 or 3999449. OLE color: 3999449.

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

Color convert

RGB 217 6 61 -
CMYK 0 0.97 0.72 0.15
HSL 344.36º 0.95% 0.44% -
HSV(B) 344.36º 0.97% 0.85% -
XYZ 29.52 15.22 5.8 -
YUV 75.36 119.9 229.03 -
System Red Green Blue C M Y K H S L
Decimal 217 6 61 0 0.97 0.72 0.15 344.36 0.95 0.44
Hex D9 6 3D 0 61 48 F 158 5F 2C
Octal 331 6 75 0 141 110 17 530 137 54
Binary 11011001 110 111101 0 1100001 1001000 1111 101011000 1011111 101100

Color Harmonies of #D9063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9063D

Black with #D9063D

Text Example


Text Example

White with #D9063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9063D; }

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

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

background-color css

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

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

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

border-color css

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

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

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