Html Css Color HEX #C7091E Venetian Red

📋 copy color: '#C7091E'

red 199 ◦ green 9 ◦ blue 30

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

Shades of Venetian Red #C7091E

Tints of Venetian Red #C7091E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.61%

R = 83.61%
G = 3.78%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7091E (or 0xC7091E) is known color: Venetian Red. HEX triplet: C7, 09 and 1E. RGB value is (199,9,30). Sum of RGB (Red+Green+Blue) = 199+9+30=238 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.61% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 199 - color contains mainly: red. Hex color #C7091E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7091E is #38F6E1. Grayscale: #444444. Windows color (decimal): -3733218 or 1968583. OLE color: 1968583.

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

Color convert

RGB 199 9 30 -
CMYK 0 0.95 0.85 0.22
HSL 353.37º 0.91% 0.41% -
HSV(B) 353.37º 0.95% 0.78% -
XYZ 23.89 12.43 2.37 -
YUV 68.2 106.45 221.29 -
System Red Green Blue C M Y K H S L
Decimal 199 9 30 0 0.95 0.85 0.22 353.37 0.91 0.41
Hex C7 9 1E 0 5F 55 16 161 5B 29
Octal 307 11 36 0 137 125 26 541 133 51
Binary 11000111 1001 11110 0 1011111 1010101 10110 101100001 1011011 101001

Color Harmonies of #C7091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7091E

Black with #C7091E

Text Example


Text Example

White with #C7091E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7091E; }

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

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

background-color css

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

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

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

border-color css

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

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

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