Html Css Color HEX #D72345 Crimson

📋 copy color: '#D72345'

red 215 ◦ green 35 ◦ blue 69

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

Shades of Crimson #D72345

Tints of Crimson #D72345

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.97%

 BLUE value IS 69 (27.34% from 255) = 21.63%

R = 67.4%
G = 10.97%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D72345 (or 0xD72345) is known color: Crimson. HEX triplet: D7, 23 and 45. RGB value is (215,35,69). Sum of RGB (Red+Green+Blue) = 215+35+69=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D72345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72345 is #28DCBA. Grayscale: #5C5C5C. Windows color (decimal): -2677947 or 4531159. OLE color: 4531159.

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

Color convert

RGB 215 35 69 -
CMYK 0 0.84 0.68 0.16
HSL 348.67º 0.72% 0.49% -
HSV(B) 348.67º 0.84% 0.84% -
XYZ 29.7 16.08 7.17 -
YUV 92.7 114.63 215.24 -
System Red Green Blue C M Y K H S L
Decimal 215 35 69 0 0.84 0.68 0.16 348.67 0.72 0.49
Hex D7 23 45 0 54 44 10 15D 48 31
Octal 327 43 105 0 124 104 20 535 110 61
Binary 11010111 100011 1000101 0 1010100 1000100 10000 101011101 1001000 110001

Color Harmonies of #D72345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72345

Black with #D72345

Text Example


Text Example

White with #D72345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72345; }

 p { color: rgb(215,35,69); }

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

background-color css

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

 a { background-color: rgb(215,35,69); }

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

border-color css

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

 span { border-color: rgb(215,35,69); }

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