Html Css Color HEX #D8063D Crimson

📋 copy color: '#D8063D'

red 216 ◦ green 6 ◦ blue 61

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

Shades of Crimson #D8063D

Tints of Crimson #D8063D

RGB

 RED value IS 216 (84.77% from 255) = 76.33%

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

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

R = 76.33%
G = 2.12%
B = 21.55%

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

#D8063D (or 0xD8063D) is known color: Crimson. HEX triplet: D8, 06 and 3D. RGB value is (216,6,61). Sum of RGB (Red+Green+Blue) = 216+6+61=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D8063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8063D is #27F9C2. Grayscale: #4B4B4B. Windows color (decimal): -2619843 or 3999448. OLE color: 3999448.

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

Color convert

RGB 216 6 61 -
CMYK 0 0.97 0.72 0.15
HSL 344.29º 0.95% 0.44% -
HSV(B) 344.29º 0.97% 0.85% -
XYZ 29.23 15.07 5.78 -
YUV 75.06 120.07 228.53 -
System Red Green Blue C M Y K H S L
Decimal 216 6 61 0 0.97 0.72 0.15 344.29 0.95 0.44
Hex D8 6 3D 0 61 48 F 158 5F 2C
Octal 330 6 75 0 141 110 17 530 137 54
Binary 11011000 110 111101 0 1100001 1001000 1111 101011000 1011111 101100

Color Harmonies of #D8063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8063D

Black with #D8063D

Text Example


Text Example

White with #D8063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8063D; }

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

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

background-color css

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

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

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

border-color css

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

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

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