Html Css Color HEX #D70532 Crimson

📋 copy color: '#D70532'

red 215 ◦ green 5 ◦ blue 50

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

Shades of Crimson #D70532

Tints of Crimson #D70532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.52%

R = 79.63%
G = 1.85%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D70532 (or 0xD70532) is known color: Crimson. HEX triplet: D7, 05 and 32. RGB value is (215,5,50). Sum of RGB (Red+Green+Blue) = 215+5+50=270 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.63% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 215 - color contains mainly: red. Hex color #D70532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70532 is #28FACD. Grayscale: #484848. Windows color (decimal): -2685646 or 3278295. OLE color: 3278295.

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

Color convert

RGB 215 5 50 -
CMYK 0 0.98 0.77 0.16
HSL 347.14º 0.95% 0.43% -
HSV(B) 347.14º 0.98% 0.84% -
XYZ 28.65 14.79 4.36 -
YUV 72.92 115.07 229.34 -
System Red Green Blue C M Y K H S L
Decimal 215 5 50 0 0.98 0.77 0.16 347.14 0.95 0.43
Hex D7 5 32 0 62 4D 10 15B 5F 2B
Octal 327 5 62 0 142 115 20 533 137 53
Binary 11010111 101 110010 0 1100010 1001101 10000 101011011 1011111 101011

Color Harmonies of #D70532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70532

Black with #D70532

Text Example


Text Example

White with #D70532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70532; }

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

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

background-color css

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

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

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

border-color css

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

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

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