Html Css Color HEX #D3082E Crimson

📋 copy color: '#D3082E'

red 211 ◦ green 8 ◦ blue 46

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

Shades of Crimson #D3082E

Tints of Crimson #D3082E

RGB

 RED value IS 211 (82.81% from 255) = 79.62%

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

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

R = 79.62%
G = 3.02%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3082E (or 0xD3082E) is known color: Crimson. HEX triplet: D3, 08 and 2E. RGB value is (211,8,46). Sum of RGB (Red+Green+Blue) = 211+8+46=265 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.62% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 211 - color contains mainly: red. Hex color #D3082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3082E is #2CF7D1. Grayscale: #494949. Windows color (decimal): -2947026 or 3016915. OLE color: 3016915.

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

Color convert

RGB 211 8 46 -
CMYK 0 0.96 0.78 0.17
HSL 348.77º 0.93% 0.43% -
HSV(B) 348.77º 0.96% 0.83% -
XYZ 27.44 14.22 3.88 -
YUV 73.03 112.75 226.41 -
System Red Green Blue C M Y K H S L
Decimal 211 8 46 0 0.96 0.78 0.17 348.77 0.93 0.43
Hex D3 8 2E 0 60 4E 11 15D 5D 2B
Octal 323 10 56 0 140 116 21 535 135 53
Binary 11010011 1000 101110 0 1100000 1001110 10001 101011101 1011101 101011

Color Harmonies of #D3082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3082E

Black with #D3082E

Text Example


Text Example

White with #D3082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3082E; }

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

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

background-color css

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

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

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

border-color css

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

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

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