Html Css Color HEX #D2082E Crimson

📋 copy color: '#D2082E'

red 210 ◦ green 8 ◦ blue 46

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

Shades of Crimson #D2082E

Tints of Crimson #D2082E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.42%

R = 79.55%
G = 3.03%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2082E (or 0xD2082E) is known color: Crimson. HEX triplet: D2, 08 and 2E. RGB value is (210,8,46). Sum of RGB (Red+Green+Blue) = 210+8+46=264 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.55% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 210 - color contains mainly: red. Hex color #D2082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2082E is #2DF7D1. Grayscale: #484848. Windows color (decimal): -3012562 or 3016914. OLE color: 3016914.

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

Color convert

RGB 210 8 46 -
CMYK 0 0.96 0.78 0.18
HSL 348.71º 0.93% 0.43% -
HSV(B) 348.71º 0.96% 0.82% -
XYZ 27.16 14.07 3.87 -
YUV 72.73 112.92 225.91 -
System Red Green Blue C M Y K H S L
Decimal 210 8 46 0 0.96 0.78 0.18 348.71 0.93 0.43
Hex D2 8 2E 0 60 4E 12 15D 5D 2B
Octal 322 10 56 0 140 116 22 535 135 53
Binary 11010010 1000 101110 0 1100000 1001110 10010 101011101 1011101 101011

Color Harmonies of #D2082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2082E

Black with #D2082E

Text Example


Text Example

White with #D2082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2082E; }

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

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

background-color css

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

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

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

border-color css

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

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

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