Html Css Color HEX #C70614 Venetian Red

📋 copy color: '#C70614'

red 199 ◦ green 6 ◦ blue 20

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

Shades of Venetian Red #C70614

Tints of Venetian Red #C70614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.67%

 BLUE value IS 20 (8.2% from 255) = 8.89%

R = 88.44%
G = 2.67%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C70614 (or 0xC70614) is known color: Venetian Red. HEX triplet: C7, 06 and 14. RGB value is (199,6,20). Sum of RGB (Red+Green+Blue) = 199+6+20=225 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.44% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 199 - color contains mainly: red. Hex color #C70614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70614 is #38F9EB. Grayscale: #414141. Windows color (decimal): -3733996 or 1312455. OLE color: 1312455.

HSL color Cylindrical-coordinate representation of color #C70614: hue angle of 355.65º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C70614 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 6 20 -
CMYK 0 0.97 0.90 0.22
HSL 355.65º 0.94% 0.4% -
HSV(B) 355.65º 0.97% 0.78% -
XYZ 23.74 12.32 1.79 -
YUV 65.3 102.44 223.36 -
System Red Green Blue C M Y K H S L
Decimal 199 6 20 0 0.97 0.90 0.22 355.65 0.94 0.4
Hex C7 6 14 0 61 5A 16 164 5E 28
Octal 307 6 24 0 141 132 26 544 136 50
Binary 11000111 110 10100 0 1100001 1011010 10110 101100100 1011110 101000

Color Harmonies of #C70614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70614

Black with #C70614

Text Example


Text Example

White with #C70614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70614; }

 p { color: rgb(199,6,20); }

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

background-color css

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

 a { background-color: rgb(199,6,20); }

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

border-color css

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

 span { border-color: rgb(199,6,20); }

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