Html Css Color HEX #D5072D Crimson

📋 copy color: '#D5072D'

red 213 ◦ green 7 ◦ blue 45

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

Shades of Crimson #D5072D

Tints of Crimson #D5072D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.64%

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

R = 80.38%
G = 2.64%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5072D (or 0xD5072D) is known color: Crimson. HEX triplet: D5, 07 and 2D. RGB value is (213,7,45). Sum of RGB (Red+Green+Blue) = 213+7+45=265 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.38% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 213 - color contains mainly: red. Hex color #D5072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5072D is #2AF8D2. Grayscale: #484848. Windows color (decimal): -2816211 or 2951125. OLE color: 2951125.

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

Color convert

RGB 213 7 45 -
CMYK 0 0.97 0.79 0.16
HSL 348.93º 0.94% 0.43% -
HSV(B) 348.93º 0.97% 0.84% -
XYZ 27.99 14.49 3.8 -
YUV 72.93 112.25 227.91 -
System Red Green Blue C M Y K H S L
Decimal 213 7 45 0 0.97 0.79 0.16 348.93 0.94 0.43
Hex D5 7 2D 0 61 4F 10 15D 5E 2B
Octal 325 7 55 0 141 117 20 535 136 53
Binary 11010101 111 101101 0 1100001 1001111 10000 101011101 1011110 101011

Color Harmonies of #D5072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5072D

Black with #D5072D

Text Example


Text Example

White with #D5072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5072D; }

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

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

background-color css

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

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

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

border-color css

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

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

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