Html Css Color HEX #D7052B Crimson

📋 copy color: '#D7052B'

red 215 ◦ green 5 ◦ blue 43

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

Shades of Crimson #D7052B

Tints of Crimson #D7052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.35%

R = 81.75%
G = 1.9%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7052B (or 0xD7052B) is known color: Crimson. HEX triplet: D7, 05 and 2B. RGB value is (215,5,43). Sum of RGB (Red+Green+Blue) = 215+5+43=263 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.75% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 215 - color contains mainly: red. Hex color #D7052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7052B is #28FAD4. Grayscale: #484848. Windows color (decimal): -2685653 or 2819543. OLE color: 2819543.

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

Color convert

RGB 215 5 43 -
CMYK 0 0.98 0.8 0.16
HSL 349.14º 0.95% 0.43% -
HSV(B) 349.14º 0.98% 0.84% -
XYZ 28.51 14.73 3.63 -
YUV 72.12 111.57 229.91 -
System Red Green Blue C M Y K H S L
Decimal 215 5 43 0 0.98 0.8 0.16 349.14 0.95 0.43
Hex D7 5 2B 0 62 50 10 15D 5F 2B
Octal 327 5 53 0 142 120 20 535 137 53
Binary 11010111 101 101011 0 1100010 1010000 10000 101011101 1011111 101011

Color Harmonies of #D7052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7052B

Black with #D7052B

Text Example


Text Example

White with #D7052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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