Html Css Color HEX #D70C2E Crimson

📋 copy color: '#D70C2E'

red 215 ◦ green 12 ◦ blue 46

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

Shades of Crimson #D70C2E

Tints of Crimson #D70C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.85%

R = 78.75%
G = 4.4%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D70C2E (or 0xD70C2E) is known color: Crimson. HEX triplet: D7, 0C and 2E. RGB value is (215,12,46). Sum of RGB (Red+Green+Blue) = 215+12+46=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70C2E is #28F3D1. Grayscale: #4C4C4C. Windows color (decimal): -2683858 or 3017943. OLE color: 3017943.

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

Color convert

RGB 215 12 46 -
CMYK 0 0.94 0.79 0.16
HSL 349.95º 0.89% 0.45% -
HSV(B) 349.95º 0.94% 0.84% -
XYZ 28.65 14.91 3.95 -
YUV 76.57 110.75 226.74 -
System Red Green Blue C M Y K H S L
Decimal 215 12 46 0 0.94 0.79 0.16 349.95 0.89 0.45
Hex D7 C 2E 0 5E 4F 10 15E 59 2D
Octal 327 14 56 0 136 117 20 536 131 55
Binary 11010111 1100 101110 0 1011110 1001111 10000 101011110 1011001 101101

Color Harmonies of #D70C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C2E

Black with #D70C2E

Text Example


Text Example

White with #D70C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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