Html Css Color HEX #C7090F Venetian Red

📋 copy color: '#C7090F'

red 199 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #C7090F

Tints of Venetian Red #C7090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.73%

R = 89.24%
G = 4.04%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7090F (or 0xC7090F) is known color: Venetian Red. HEX triplet: C7, 09 and 0F. RGB value is (199,9,15). Sum of RGB (Red+Green+Blue) = 199+9+15=223 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.24% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 199 - color contains mainly: red. Hex color #C7090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7090F is #38F6F0. Grayscale: #424242. Windows color (decimal): -3733233 or 985543. OLE color: 985543.

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

Color convert

RGB 199 9 15 -
CMYK 0 0.95 0.92 0.22
HSL 358.11º 0.91% 0.41% -
HSV(B) 358.11º 0.95% 0.78% -
XYZ 23.74 12.37 1.59 -
YUV 66.49 98.95 222.51 -
System Red Green Blue C M Y K H S L
Decimal 199 9 15 0 0.95 0.92 0.22 358.11 0.91 0.41
Hex C7 9 F 0 5F 5C 16 166 5B 29
Octal 307 11 17 0 137 134 26 546 133 51
Binary 11000111 1001 1111 0 1011111 1011100 10110 101100110 1011011 101001

Color Harmonies of #C7090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7090F

Black with #C7090F

Text Example


Text Example

White with #C7090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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