Html Css Color HEX #D70C32 Crimson

📋 copy color: '#D70C32'

red 215 ◦ green 12 ◦ blue 50

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

Shades of Crimson #D70C32

Tints of Crimson #D70C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.05%

R = 77.62%
G = 4.33%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D70C32 (or 0xD70C32) is known color: Crimson. HEX triplet: D7, 0C and 32. RGB value is (215,12,50). Sum of RGB (Red+Green+Blue) = 215+12+50=277 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.62% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70C32 is #28F3CD. Grayscale: #4D4D4D. Windows color (decimal): -2683854 or 3280087. OLE color: 3280087.

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

Color convert

RGB 215 12 50 -
CMYK 0 0.94 0.77 0.16
HSL 348.77º 0.89% 0.45% -
HSV(B) 348.77º 0.94% 0.84% -
XYZ 28.73 14.94 4.39 -
YUV 77.03 112.75 226.41 -
System Red Green Blue C M Y K H S L
Decimal 215 12 50 0 0.94 0.77 0.16 348.77 0.89 0.45
Hex D7 C 32 0 5E 4D 10 15D 59 2D
Octal 327 14 62 0 136 115 20 535 131 55
Binary 11010111 1100 110010 0 1011110 1001101 10000 101011101 1011001 101101

Color Harmonies of #D70C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C32

Black with #D70C32

Text Example


Text Example

White with #D70C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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