Html Css Color HEX #D70132 Crimson

📋 copy color: '#D70132'

red 215 ◦ green 1 ◦ blue 50

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

Shades of Crimson #D70132

Tints of Crimson #D70132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 80.83%
G = 0.38%
B = 18.8%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D70132 (or 0xD70132) is known color: Crimson. HEX triplet: D7, 01 and 32. RGB value is (215,1,50). Sum of RGB (Red+Green+Blue) = 215+1+50=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D70132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70132 is #28FECD. Grayscale: #464646. Windows color (decimal): -2686670 or 3277271. OLE color: 3277271.

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

Color convert

RGB 215 1 50 -
CMYK 0 1.00 0.77 0.16
HSL 346.26º 0.99% 0.42% -
HSV(B) 346.26º 1% 0.84% -
XYZ 28.61 14.7 4.35 -
YUV 70.57 116.4 231.02 -
System Red Green Blue C M Y K H S L
Decimal 215 1 50 0 1.00 0.77 0.16 346.26 0.99 0.42
Hex D7 1 32 0 64 4D 10 15A 63 2A
Octal 327 1 62 0 144 115 20 532 143 52
Binary 11010111 1 110010 0 1100100 1001101 10000 101011010 1100011 101010

Color Harmonies of #D70132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70132

Black with #D70132

Text Example


Text Example

White with #D70132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70132; }

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

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

background-color css

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

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

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

border-color css

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

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

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