Html Css Color HEX #D70133 Crimson

📋 copy color: '#D70133'

red 215 ◦ green 1 ◦ blue 51

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

Shades of Crimson #D70133

Tints of Crimson #D70133

RGB

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

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

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

R = 80.52%
G = 0.37%
B = 19.1%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D70133 (or 0xD70133) is known color: Crimson. HEX triplet: D7, 01 and 33. RGB value is (215,1,51). Sum of RGB (Red+Green+Blue) = 215+1+51=267 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.52% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 215 - color contains mainly: red. Hex color #D70133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70133 is #28FECC. Grayscale: #464646. Windows color (decimal): -2686669 or 3342807. OLE color: 3342807.

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

Color convert

RGB 215 1 51 -
CMYK 0 1.00 0.76 0.16
HSL 345.98º 0.99% 0.42% -
HSV(B) 345.98º 1% 0.84% -
XYZ 28.63 14.71 4.46 -
YUV 70.69 116.9 230.93 -
System Red Green Blue C M Y K H S L
Decimal 215 1 51 0 1.00 0.76 0.16 345.98 0.99 0.42
Hex D7 1 33 0 64 4C 10 15A 63 2A
Octal 327 1 63 0 144 114 20 532 143 52
Binary 11010111 1 110011 0 1100100 1001100 10000 101011010 1100011 101010

Color Harmonies of #D70133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70133

Black with #D70133

Text Example


Text Example

White with #D70133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70133; }

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

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

background-color css

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

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

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

border-color css

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

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

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