Html Css Color HEX #D72140 Crimson

📋 copy color: '#D72140'

red 215 ◦ green 33 ◦ blue 64

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

Shades of Crimson #D72140

Tints of Crimson #D72140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.58%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 68.91%
G = 10.58%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D72140 (or 0xD72140) is known color: Crimson. HEX triplet: D7, 21 and 40. RGB value is (215,33,64). Sum of RGB (Red+Green+Blue) = 215+33+64=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D72140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72140 is #28DEBF. Grayscale: #5B5B5B. Windows color (decimal): -2678464 or 4202967. OLE color: 4202967.

HSL color Cylindrical-coordinate representation of color #D72140: hue angle of 349.78º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72140 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 33 64 -
CMYK 0 0.85 0.70 0.16
HSL 349.78º 0.73% 0.49% -
HSV(B) 349.78º 0.85% 0.84% -
XYZ 29.49 15.9 6.37 -
YUV 90.95 112.8 216.48 -
System Red Green Blue C M Y K H S L
Decimal 215 33 64 0 0.85 0.70 0.16 349.78 0.73 0.49
Hex D7 21 40 0 55 46 10 15E 49 31
Octal 327 41 100 0 125 106 20 536 111 61
Binary 11010111 100001 1000000 0 1010101 1000110 10000 101011110 1001001 110001

Color Harmonies of #D72140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72140

Black with #D72140

Text Example


Text Example

White with #D72140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72140; }

 p { color: rgb(215,33,64); }

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

background-color css

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

 a { background-color: rgb(215,33,64); }

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

border-color css

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

 span { border-color: rgb(215,33,64); }

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