Html Css Color HEX #D5052D Crimson

📋 copy color: '#D5052D'

red 213 ◦ green 5 ◦ blue 45

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

Shades of Crimson #D5052D

Tints of Crimson #D5052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.9%

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

R = 80.99%
G = 1.9%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5052D (or 0xD5052D) is known color: Crimson. HEX triplet: D5, 05 and 2D. RGB value is (213,5,45). Sum of RGB (Red+Green+Blue) = 213+5+45=263 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.99% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 213 - color contains mainly: red. Hex color #D5052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5052D is #2AFAD2. Grayscale: #474747. Windows color (decimal): -2816723 or 2950613. OLE color: 2950613.

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

Color convert

RGB 213 5 45 -
CMYK 0 0.98 0.79 0.16
HSL 348.46º 0.95% 0.43% -
HSV(B) 348.46º 0.98% 0.84% -
XYZ 27.97 14.44 3.8 -
YUV 71.75 112.91 228.75 -
System Red Green Blue C M Y K H S L
Decimal 213 5 45 0 0.98 0.79 0.16 348.46 0.95 0.43
Hex D5 5 2D 0 62 4F 10 15C 5F 2B
Octal 325 5 55 0 142 117 20 534 137 53
Binary 11010101 101 101101 0 1100010 1001111 10000 101011100 1011111 101011

Color Harmonies of #D5052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5052D

Black with #D5052D

Text Example


Text Example

White with #D5052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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