Html Css Color HEX #D7082C Crimson

📋 copy color: '#D7082C'

red 215 ◦ green 8 ◦ blue 44

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

Shades of Crimson #D7082C

Tints of Crimson #D7082C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.48%

R = 80.52%
G = 3%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7082C (or 0xD7082C) is known color: Crimson. HEX triplet: D7, 08 and 2C. RGB value is (215,8,44). Sum of RGB (Red+Green+Blue) = 215+8+44=267 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.52% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 215 - color contains mainly: red. Hex color #D7082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7082C is #28F7D3. Grayscale: #4A4A4A. Windows color (decimal): -2684884 or 2885847. OLE color: 2885847.

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

Color convert

RGB 215 8 44 -
CMYK 0 0.96 0.80 0.16
HSL 349.57º 0.93% 0.44% -
HSV(B) 349.57º 0.96% 0.84% -
XYZ 28.57 14.8 3.73 -
YUV 74 111.08 228.57 -
System Red Green Blue C M Y K H S L
Decimal 215 8 44 0 0.96 0.80 0.16 349.57 0.93 0.44
Hex D7 8 2C 0 60 50 10 15E 5D 2C
Octal 327 10 54 0 140 120 20 536 135 54
Binary 11010111 1000 101100 0 1100000 1010000 10000 101011110 1011101 101100

Color Harmonies of #D7082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7082C

Black with #D7082C

Text Example


Text Example

White with #D7082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7082C; }

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

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

background-color css

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

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

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

border-color css

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

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

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