Html Css Color HEX #C70846 Crimson

📋 copy color: '#C70846'

red 199 ◦ green 8 ◦ blue 70

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

Shades of Crimson #C70846

Tints of Crimson #C70846

RGB

 RED value IS 199 (78.13% from 255) = 71.84%

 GREEN value IS 8 (3.52% from 255) = 2.89%

 BLUE value IS 70 (27.73% from 255) = 25.27%

R = 71.84%
G = 2.89%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C70846 (or 0xC70846) is known color: Crimson. HEX triplet: C7, 08 and 46. RGB value is (199,8,70). Sum of RGB (Red+Green+Blue) = 199+8+70=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C70846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70846 is #38F7B9. Grayscale: #484848. Windows color (decimal): -3733434 or 4589767. OLE color: 4589767.

HSL color Cylindrical-coordinate representation of color #C70846: hue angle of 340.52º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70846 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 8 70 -
CMYK 0 0.96 0.65 0.22
HSL 340.52º 0.92% 0.41% -
HSV(B) 340.52º 0.96% 0.78% -
XYZ 24.75 12.76 6.95 -
YUV 72.18 126.78 218.46 -
System Red Green Blue C M Y K H S L
Decimal 199 8 70 0 0.96 0.65 0.22 340.52 0.92 0.41
Hex C7 8 46 0 60 41 16 155 5C 29
Octal 307 10 106 0 140 101 26 525 134 51
Binary 11000111 1000 1000110 0 1100000 1000001 10110 101010101 1011100 101001

Color Harmonies of #C70846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70846

Black with #C70846

Text Example


Text Example

White with #C70846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70846; }

 p { color: rgb(199,8,70); }

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

background-color css

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

 a { background-color: rgb(199,8,70); }

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

border-color css

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

 span { border-color: rgb(199,8,70); }

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