Html Css Color HEX #D70533 Crimson

📋 copy color: '#D70533'

red 215 ◦ green 5 ◦ blue 51

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

Shades of Crimson #D70533

Tints of Crimson #D70533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.82%

R = 79.34%
G = 1.85%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D70533 (or 0xD70533) is known color: Crimson. HEX triplet: D7, 05 and 33. RGB value is (215,5,51). Sum of RGB (Red+Green+Blue) = 215+5+51=271 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.34% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 215 - color contains mainly: red. Hex color #D70533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70533 is #28FACC. Grayscale: #494949. Windows color (decimal): -2685645 or 3343831. OLE color: 3343831.

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

Color convert

RGB 215 5 51 -
CMYK 0 0.98 0.76 0.16
HSL 346.86º 0.95% 0.43% -
HSV(B) 346.86º 0.98% 0.84% -
XYZ 28.68 14.79 4.48 -
YUV 73.03 115.57 229.26 -
System Red Green Blue C M Y K H S L
Decimal 215 5 51 0 0.98 0.76 0.16 346.86 0.95 0.43
Hex D7 5 33 0 62 4C 10 15B 5F 2B
Octal 327 5 63 0 142 114 20 533 137 53
Binary 11010111 101 110011 0 1100010 1001100 10000 101011011 1011111 101011

Color Harmonies of #D70533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70533

Black with #D70533

Text Example


Text Example

White with #D70533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70533; }

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

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

background-color css

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

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

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

border-color css

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

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

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