Html Css Color HEX #C70109 Venetian Red

📋 copy color: '#C70109'

red 199 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #C70109

Tints of Venetian Red #C70109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.31%

R = 95.22%
G = 0.48%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C70109 (or 0xC70109) is known color: Venetian Red. HEX triplet: C7, 01 and 09. RGB value is (199,1,9). Sum of RGB (Red+Green+Blue) = 199+1+9=209 (27% of max value = 765). Red value is 199 (78.12% from 255 or 95.22% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 199 - color contains mainly: red. Hex color #C70109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70109 is #38FEF6. Grayscale: #3D3D3D. Windows color (decimal): -3735287 or 590279. OLE color: 590279.

HSL color Cylindrical-coordinate representation of color #C70109: hue angle of 357.58º 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 #C70109 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 1 9 -
CMYK 0 0.99 0.95 0.22
HSL 357.58º 0.99% 0.39% -
HSV(B) 357.58º 0.99% 0.78% -
XYZ 23.61 12.18 1.37 -
YUV 61.11 98.6 226.35 -
System Red Green Blue C M Y K H S L
Decimal 199 1 9 0 0.99 0.95 0.22 357.58 0.99 0.39
Hex C7 1 9 0 63 5F 16 166 63 27
Octal 307 1 11 0 143 137 26 546 143 47
Binary 11000111 1 1001 0 1100011 1011111 10110 101100110 1100011 100111

Color Harmonies of #C70109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70109

Black with #C70109

Text Example


Text Example

White with #C70109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70109; }

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

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

background-color css

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

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

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

border-color css

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

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

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