Html Css Color HEX #D2083A Crimson

📋 copy color: '#D2083A'

red 210 ◦ green 8 ◦ blue 58

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

Shades of Crimson #D2083A

Tints of Crimson #D2083A

RGB

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

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

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

R = 76.09%
G = 2.9%
B = 21.01%

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

#D2083A (or 0xD2083A) is known color: Crimson. HEX triplet: D2, 08 and 3A. RGB value is (210,8,58). Sum of RGB (Red+Green+Blue) = 210+8+58=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D2083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2083A is #2DF7C5. Grayscale: #4A4A4A. Windows color (decimal): -3012550 or 3803346. OLE color: 3803346.

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

Color convert

RGB 210 8 58 -
CMYK 0 0.96 0.72 0.18
HSL 345.15º 0.93% 0.43% -
HSV(B) 345.15º 0.96% 0.82% -
XYZ 27.43 14.18 5.29 -
YUV 74.1 118.92 224.93 -
System Red Green Blue C M Y K H S L
Decimal 210 8 58 0 0.96 0.72 0.18 345.15 0.93 0.43
Hex D2 8 3A 0 60 48 12 159 5D 2B
Octal 322 10 72 0 140 110 22 531 135 53
Binary 11010010 1000 111010 0 1100000 1001000 10010 101011001 1011101 101011

Color Harmonies of #D2083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2083A

Black with #D2083A

Text Example


Text Example

White with #D2083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2083A; }

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

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

background-color css

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

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

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

border-color css

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

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

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