Html Css Color HEX #D7052D Crimson

📋 copy color: '#D7052D'

red 215 ◦ green 5 ◦ blue 45

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

Shades of Crimson #D7052D

Tints of Crimson #D7052D

RGB

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

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

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

R = 81.13%
G = 1.89%
B = 16.98%

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

#D7052D (or 0xD7052D) is known color: Crimson. HEX triplet: D7, 05 and 2D. RGB value is (215,5,45). Sum of RGB (Red+Green+Blue) = 215+5+45=265 (35% of max value = 765). Red value is 215 (84.38% from 255 or 81.13% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 215 - color contains mainly: red. Hex color #D7052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7052D is #28FAD2. Grayscale: #484848. Windows color (decimal): -2685651 or 2950615. OLE color: 2950615.

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

Color convert

RGB 215 5 45 -
CMYK 0 0.98 0.79 0.16
HSL 348.57º 0.95% 0.43% -
HSV(B) 348.57º 0.98% 0.84% -
XYZ 28.55 14.75 3.82 -
YUV 72.35 112.57 229.75 -
System Red Green Blue C M Y K H S L
Decimal 215 5 45 0 0.98 0.79 0.16 348.57 0.95 0.43
Hex D7 5 2D 0 62 4F 10 15D 5F 2B
Octal 327 5 55 0 142 117 20 535 137 53
Binary 11010111 101 101101 0 1100010 1001111 10000 101011101 1011111 101011

Color Harmonies of #D7052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7052D

Black with #D7052D

Text Example


Text Example

White with #D7052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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