Html Css Color HEX #C70104 Venetian Red

📋 copy color: '#C70104'

red 199 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #C70104

Tints of Venetian Red #C70104

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 4 (1.95% from 255) = 1.96%

R = 97.55%
G = 0.49%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C70104 (or 0xC70104) is known color: Venetian Red. HEX triplet: C7, 01 and 04. RGB value is (199,1,4). Sum of RGB (Red+Green+Blue) = 199+1+4=204 (27% of max value = 765). Red value is 199 (78.12% from 255 or 97.55% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 199 - color contains mainly: red. Hex color #C70104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70104 is #38FEFB. Grayscale: #3C3C3C. Windows color (decimal): -3735292 or 262599. OLE color: 262599.

HSL color Cylindrical-coordinate representation of color #C70104: hue angle of 359.09º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70104 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 1 4 -
CMYK 0 0.99 0.98 0.22
HSL 359.09º 0.99% 0.39% -
HSV(B) 359.09º 0.99% 0.78% -
XYZ 23.59 12.17 1.22 -
YUV 60.54 96.1 226.76 -
System Red Green Blue C M Y K H S L
Decimal 199 1 4 0 0.99 0.98 0.22 359.09 0.99 0.39
Hex C7 1 4 0 63 62 16 167 63 27
Octal 307 1 4 0 143 142 26 547 143 47
Binary 11000111 1 100 0 1100011 1100010 10110 101100111 1100011 100111

Color Harmonies of #C70104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70104

Black with #C70104

Text Example


Text Example

White with #C70104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70104; }

 p { color: rgb(199,1,4); }

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

background-color css

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

 a { background-color: rgb(199,1,4); }

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

border-color css

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

 span { border-color: rgb(199,1,4); }

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