Html Css Color HEX #D7052F Crimson

📋 copy color: '#D7052F'

red 215 ◦ green 5 ◦ blue 47

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

Shades of Crimson #D7052F

Tints of Crimson #D7052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.6%

R = 80.52%
G = 1.87%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7052F (or 0xD7052F) is known color: Crimson. HEX triplet: D7, 05 and 2F. RGB value is (215,5,47). Sum of RGB (Red+Green+Blue) = 215+5+47=267 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.52% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 215 - color contains mainly: red. Hex color #D7052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7052F is #28FAD0. Grayscale: #484848. Windows color (decimal): -2685649 or 3081687. OLE color: 3081687.

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

Color convert

RGB 215 5 47 -
CMYK 0 0.98 0.78 0.16
HSL 348º 0.95% 0.43% -
HSV(B) 348º 0.98% 0.84% -
XYZ 28.59 14.76 4.03 -
YUV 72.58 113.57 229.58 -
System Red Green Blue C M Y K H S L
Decimal 215 5 47 0 0.98 0.78 0.16 348 0.95 0.43
Hex D7 5 2F 0 62 4E 10 15C 5F 2B
Octal 327 5 57 0 142 116 20 534 137 53
Binary 11010111 101 101111 0 1100010 1001110 10000 101011100 1011111 101011

Color Harmonies of #D7052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7052F

Black with #D7052F

Text Example


Text Example

White with #D7052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7052F; }

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

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

background-color css

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

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

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

border-color css

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

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

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