Html Css Color HEX #D70C44 Crimson

📋 copy color: '#D70C44'

red 215 ◦ green 12 ◦ blue 68

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

Shades of Crimson #D70C44

Tints of Crimson #D70C44

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.07%

 BLUE value IS 68 (26.95% from 255) = 23.05%

R = 72.88%
G = 4.07%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D70C44 (or 0xD70C44) is known color: Crimson. HEX triplet: D7, 0C and 44. RGB value is (215,12,68). Sum of RGB (Red+Green+Blue) = 215+12+68=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70C44 is #28F3BB. Grayscale: #4F4F4F. Windows color (decimal): -2683836 or 4459735. OLE color: 4459735.

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

Color convert

RGB 215 12 68 -
CMYK 0 0.94 0.68 0.16
HSL 343.45º 0.89% 0.45% -
HSV(B) 343.45º 0.94% 0.84% -
XYZ 29.2 15.13 6.85 -
YUV 79.08 121.75 224.95 -
System Red Green Blue C M Y K H S L
Decimal 215 12 68 0 0.94 0.68 0.16 343.45 0.89 0.45
Hex D7 C 44 0 5E 44 10 157 59 2D
Octal 327 14 104 0 136 104 20 527 131 55
Binary 11010111 1100 1000100 0 1011110 1000100 10000 101010111 1011001 101101

Color Harmonies of #D70C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C44

Black with #D70C44

Text Example


Text Example

White with #D70C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C44; }

 p { color: rgb(215,12,68); }

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

background-color css

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

 a { background-color: rgb(215,12,68); }

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

border-color css

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

 span { border-color: rgb(215,12,68); }

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