Html Css Color HEX #D8083D Crimson

📋 copy color: '#D8083D'

red 216 ◦ green 8 ◦ blue 61

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

Shades of Crimson #D8083D

Tints of Crimson #D8083D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.81%

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

R = 75.79%
G = 2.81%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8083D (or 0xD8083D) is known color: Crimson. HEX triplet: D8, 08 and 3D. RGB value is (216,8,61). Sum of RGB (Red+Green+Blue) = 216+8+61=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D8083D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8083D is #27F7C2. Grayscale: #4C4C4C. Windows color (decimal): -2619331 or 3999960. OLE color: 3999960.

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

Color convert

RGB 216 8 61 -
CMYK 0 0.96 0.72 0.15
HSL 344.71º 0.93% 0.44% -
HSV(B) 344.71º 0.96% 0.85% -
XYZ 29.25 15.11 5.79 -
YUV 76.23 119.41 227.69 -
System Red Green Blue C M Y K H S L
Decimal 216 8 61 0 0.96 0.72 0.15 344.71 0.93 0.44
Hex D8 8 3D 0 60 48 F 159 5D 2C
Octal 330 10 75 0 140 110 17 531 135 54
Binary 11011000 1000 111101 0 1100000 1001000 1111 101011001 1011101 101100

Color Harmonies of #D8083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8083D

Black with #D8083D

Text Example


Text Example

White with #D8083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8083D; }

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

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

background-color css

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

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

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

border-color css

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

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

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