Html Css Color HEX #D70332 Crimson

📋 copy color: '#D70332'

red 215 ◦ green 3 ◦ blue 50

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

Shades of Crimson #D70332

Tints of Crimson #D70332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 80.22%
G = 1.12%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D70332 (or 0xD70332) is known color: Crimson. HEX triplet: D7, 03 and 32. RGB value is (215,3,50). Sum of RGB (Red+Green+Blue) = 215+3+50=268 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.22% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 215 - color contains mainly: red. Hex color #D70332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70332 is #28FCCD. Grayscale: #474747. Windows color (decimal): -2686158 or 3277783. OLE color: 3277783.

HSL color Cylindrical-coordinate representation of color #D70332: hue angle of 346.7º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70332 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 3 50 -
CMYK 0 0.99 0.77 0.16
HSL 346.7º 0.97% 0.43% -
HSV(B) 346.7º 0.99% 0.84% -
XYZ 28.63 14.74 4.35 -
YUV 71.75 115.74 230.18 -
System Red Green Blue C M Y K H S L
Decimal 215 3 50 0 0.99 0.77 0.16 346.7 0.97 0.43
Hex D7 3 32 0 63 4D 10 15B 61 2B
Octal 327 3 62 0 143 115 20 533 141 53
Binary 11010111 11 110010 0 1100011 1001101 10000 101011011 1100001 101011

Color Harmonies of #D70332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70332

Black with #D70332

Text Example


Text Example

White with #D70332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70332; }

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

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

background-color css

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

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

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

border-color css

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

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

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