Html Css Color HEX #D8083A Crimson

📋 copy color: '#D8083A'

red 216 ◦ green 8 ◦ blue 58

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

Shades of Crimson #D8083A

Tints of Crimson #D8083A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 76.6%
G = 2.84%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8083A (or 0xD8083A) is known color: Crimson. HEX triplet: D8, 08 and 3A. RGB value is (216,8,58). Sum of RGB (Red+Green+Blue) = 216+8+58=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D8083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8083A is #27F7C5. Grayscale: #4B4B4B. Windows color (decimal): -2619334 or 3803352. OLE color: 3803352.

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

Color convert

RGB 216 8 58 -
CMYK 0 0.96 0.73 0.15
HSL 345.58º 0.93% 0.44% -
HSV(B) 345.58º 0.96% 0.85% -
XYZ 29.17 15.08 5.38 -
YUV 75.89 117.91 227.93 -
System Red Green Blue C M Y K H S L
Decimal 216 8 58 0 0.96 0.73 0.15 345.58 0.93 0.44
Hex D8 8 3A 0 60 49 F 15A 5D 2C
Octal 330 10 72 0 140 111 17 532 135 54
Binary 11011000 1000 111010 0 1100000 1001001 1111 101011010 1011101 101100

Color Harmonies of #D8083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8083A

Black with #D8083A

Text Example


Text Example

White with #D8083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8083A; }

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

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

background-color css

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

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

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

border-color css

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

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

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