Html Css Color HEX #D0084A Crimson

📋 copy color: '#D0084A'

red 208 ◦ green 8 ◦ blue 74

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

Shades of Crimson #D0084A

Tints of Crimson #D0084A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.52%

R = 71.72%
G = 2.76%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0084A (or 0xD0084A) is known color: Crimson. HEX triplet: D0, 08 and 4A. RGB value is (208,8,74). Sum of RGB (Red+Green+Blue) = 208+8+74=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D0084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0084A is #2FF7B5. Grayscale: #4B4B4B. Windows color (decimal): -3143606 or 4851920. OLE color: 4851920.

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

Color convert

RGB 208 8 74 -
CMYK 0 0.96 0.64 0.18
HSL 340.2º 0.93% 0.42% -
HSV(B) 340.2º 0.96% 0.82% -
XYZ 27.34 14.08 7.76 -
YUV 75.32 127.26 222.63 -
System Red Green Blue C M Y K H S L
Decimal 208 8 74 0 0.96 0.64 0.18 340.2 0.93 0.42
Hex D0 8 4A 0 60 40 12 154 5D 2A
Octal 320 10 112 0 140 100 22 524 135 52
Binary 11010000 1000 1001010 0 1100000 1000000 10010 101010100 1011101 101010

Color Harmonies of #D0084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0084A

Black with #D0084A

Text Example


Text Example

White with #D0084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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