Html Css Color HEX #D5082D Crimson

📋 copy color: '#D5082D'

red 213 ◦ green 8 ◦ blue 45

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

Shades of Crimson #D5082D

Tints of Crimson #D5082D

RGB

 RED value IS 213 (83.59% from 255) = 80.08%

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

 BLUE value IS 45 (17.97% from 255) = 16.92%

R = 80.08%
G = 3.01%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5082D (or 0xD5082D) is known color: Crimson. HEX triplet: D5, 08 and 2D. RGB value is (213,8,45). Sum of RGB (Red+Green+Blue) = 213+8+45=266 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.08% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 213 - color contains mainly: red. Hex color #D5082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5082D is #2AF7D2. Grayscale: #494949. Windows color (decimal): -2815955 or 2951381. OLE color: 2951381.

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

Color convert

RGB 213 8 45 -
CMYK 0 0.96 0.79 0.16
HSL 349.17º 0.93% 0.43% -
HSV(B) 349.17º 0.96% 0.84% -
XYZ 28 14.51 3.81 -
YUV 73.51 111.92 227.49 -
System Red Green Blue C M Y K H S L
Decimal 213 8 45 0 0.96 0.79 0.16 349.17 0.93 0.43
Hex D5 8 2D 0 60 4F 10 15D 5D 2B
Octal 325 10 55 0 140 117 20 535 135 53
Binary 11010101 1000 101101 0 1100000 1001111 10000 101011101 1011101 101011

Color Harmonies of #D5082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5082D

Black with #D5082D

Text Example


Text Example

White with #D5082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5082D; }

 p { color: rgb(213,8,45); }

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

background-color css

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

 a { background-color: rgb(213,8,45); }

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

border-color css

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

 span { border-color: rgb(213,8,45); }

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