Html Css Color HEX #D2084A Crimson

📋 copy color: '#D2084A'

red 210 ◦ green 8 ◦ blue 74

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

Shades of Crimson #D2084A

Tints of Crimson #D2084A

RGB

 RED value IS 210 (82.42% from 255) = 71.92%

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

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

R = 71.92%
G = 2.74%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2084A (or 0xD2084A) is known color: Crimson. HEX triplet: D2, 08 and 4A. RGB value is (210,8,74). Sum of RGB (Red+Green+Blue) = 210+8+74=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D2084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2084A is #2DF7B5. Grayscale: #4B4B4B. Windows color (decimal): -3012534 or 4851922. OLE color: 4851922.

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

Color convert

RGB 210 8 74 -
CMYK 0 0.96 0.65 0.18
HSL 340.4º 0.93% 0.43% -
HSV(B) 340.4º 0.96% 0.82% -
XYZ 27.9 14.37 7.78 -
YUV 75.92 126.92 223.63 -
System Red Green Blue C M Y K H S L
Decimal 210 8 74 0 0.96 0.65 0.18 340.4 0.93 0.43
Hex D2 8 4A 0 60 41 12 154 5D 2B
Octal 322 10 112 0 140 101 22 524 135 53
Binary 11010010 1000 1001010 0 1100000 1000001 10010 101010100 1011101 101011

Color Harmonies of #D2084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2084A

Black with #D2084A

Text Example


Text Example

White with #D2084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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