Html Css Color HEX #D7082B Crimson

📋 copy color: '#D7082B'

red 215 ◦ green 8 ◦ blue 43

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

Shades of Crimson #D7082B

Tints of Crimson #D7082B

RGB

 RED value IS 215 (84.38% from 255) = 80.83%

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

 BLUE value IS 43 (17.19% from 255) = 16.17%

R = 80.83%
G = 3.01%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7082B (or 0xD7082B) is known color: Crimson. HEX triplet: D7, 08 and 2B. RGB value is (215,8,43). Sum of RGB (Red+Green+Blue) = 215+8+43=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D7082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7082B is #28F7D4. Grayscale: #494949. Windows color (decimal): -2684885 or 2820311. OLE color: 2820311.

HSL color Cylindrical-coordinate representation of color #D7082B: hue angle of 349.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7082B is Cyan = 0, Magento = 0.96, Yellow = 0.8 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 8 43 -
CMYK 0 0.96 0.8 0.16
HSL 349.86º 0.93% 0.44% -
HSV(B) 349.86º 0.96% 0.84% -
XYZ 28.55 14.8 3.64 -
YUV 73.88 110.58 228.65 -
System Red Green Blue C M Y K H S L
Decimal 215 8 43 0 0.96 0.8 0.16 349.86 0.93 0.44
Hex D7 8 2B 0 60 50 10 15E 5D 2C
Octal 327 10 53 0 140 120 20 536 135 54
Binary 11010111 1000 101011 0 1100000 1010000 10000 101011110 1011101 101100

Color Harmonies of #D7082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7082B

Black with #D7082B

Text Example


Text Example

White with #D7082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7082B; }

 p { color: rgb(215,8,43); }

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

background-color css

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

 a { background-color: rgb(215,8,43); }

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

border-color css

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

 span { border-color: rgb(215,8,43); }

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