Html Css Color HEX #D0083A Crimson

📋 copy color: '#D0083A'

red 208 ◦ green 8 ◦ blue 58

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

Shades of Crimson #D0083A

Tints of Crimson #D0083A

RGB

 RED value IS 208 (81.64% from 255) = 75.91%

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

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

R = 75.91%
G = 2.92%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0083A (or 0xD0083A) is known color: Crimson. HEX triplet: D0, 08 and 3A. RGB value is (208,8,58). Sum of RGB (Red+Green+Blue) = 208+8+58=274 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.91% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 208 - color contains mainly: red. Hex color #D0083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0083A is #2FF7C5. Grayscale: #494949. Windows color (decimal): -3143622 or 3803344. OLE color: 3803344.

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

Color convert

RGB 208 8 58 -
CMYK 0 0.96 0.72 0.18
HSL 345º 0.93% 0.42% -
HSV(B) 345º 0.96% 0.82% -
XYZ 26.86 13.89 5.27 -
YUV 73.5 119.26 223.93 -
System Red Green Blue C M Y K H S L
Decimal 208 8 58 0 0.96 0.72 0.18 345 0.93 0.42
Hex D0 8 3A 0 60 48 12 159 5D 2A
Octal 320 10 72 0 140 110 22 531 135 52
Binary 11010000 1000 111010 0 1100000 1001000 10010 101011001 1011101 101010

Color Harmonies of #D0083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0083A

Black with #D0083A

Text Example


Text Example

White with #D0083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0083A; }

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

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

background-color css

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

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

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

border-color css

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

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

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