Html Css Color HEX #C7090A Venetian Red

📋 copy color: '#C7090A'

red 199 ◦ green 9 ◦ blue 10

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

Shades of Venetian Red #C7090A

Tints of Venetian Red #C7090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.13%

 BLUE value IS 10 (4.3% from 255) = 4.59%

R = 91.28%
G = 4.13%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7090A (or 0xC7090A) is known color: Venetian Red. HEX triplet: C7, 09 and 0A. RGB value is (199,9,10). Sum of RGB (Red+Green+Blue) = 199+9+10=218 (28% of max value = 765). Red value is 199 (78.12% from 255 or 91.28% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 199 - color contains mainly: red. Hex color #C7090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7090A is #38F6F5. Grayscale: #424242. Windows color (decimal): -3733238 or 657863. OLE color: 657863.

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

Color convert

RGB 199 9 10 -
CMYK 0 0.95 0.95 0.22
HSL 359.68º 0.91% 0.41% -
HSV(B) 359.68º 0.95% 0.78% -
XYZ 23.71 12.36 1.42 -
YUV 65.92 96.45 222.92 -
System Red Green Blue C M Y K H S L
Decimal 199 9 10 0 0.95 0.95 0.22 359.68 0.91 0.41
Hex C7 9 A 0 5F 5F 16 168 5B 29
Octal 307 11 12 0 137 137 26 550 133 51
Binary 11000111 1001 1010 0 1011111 1011111 10110 101101000 1011011 101001

Color Harmonies of #C7090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7090A

Black with #C7090A

Text Example


Text Example

White with #C7090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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