Html Css Color HEX #D2084B Crimson

📋 copy color: '#D2084B'

red 210 ◦ green 8 ◦ blue 75

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

Shades of Crimson #D2084B

Tints of Crimson #D2084B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.6%

R = 71.67%
G = 2.73%
B = 25.6%

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

#D2084B (or 0xD2084B) is known color: Crimson. HEX triplet: D2, 08 and 4B. RGB value is (210,8,75). Sum of RGB (Red+Green+Blue) = 210+8+75=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D2084B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2084B is #2DF7B4. Grayscale: #4B4B4B. Windows color (decimal): -3012533 or 4917458. OLE color: 4917458.

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

Color convert

RGB 210 8 75 -
CMYK 0 0.96 0.64 0.18
HSL 340.1º 0.93% 0.43% -
HSV(B) 340.1º 0.96% 0.82% -
XYZ 27.94 14.38 7.96 -
YUV 76.04 127.42 223.55 -
System Red Green Blue C M Y K H S L
Decimal 210 8 75 0 0.96 0.64 0.18 340.1 0.93 0.43
Hex D2 8 4B 0 60 40 12 154 5D 2B
Octal 322 10 113 0 140 100 22 524 135 53
Binary 11010010 1000 1001011 0 1100000 1000000 10010 101010100 1011101 101011

Color Harmonies of #D2084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2084B

Black with #D2084B

Text Example


Text Example

White with #D2084B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2084B; }

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

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

background-color css

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

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

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

border-color css

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

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

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