Html Css Color HEX #C6090F Venetian Red

📋 copy color: '#C6090F'

red 198 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #C6090F

Tints of Venetian Red #C6090F

RGB

 RED value IS 198 (77.73% from 255) = 89.19%

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

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

R = 89.19%
G = 4.05%
B = 6.76%

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

#C6090F (or 0xC6090F) is known color: Venetian Red. HEX triplet: C6, 09 and 0F. RGB value is (198,9,15). Sum of RGB (Red+Green+Blue) = 198+9+15=222 (29% of max value = 765). Red value is 198 (77.73% from 255 or 89.19% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 198 - color contains mainly: red. Hex color #C6090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6090F is #39F6F0. Grayscale: #424242. Windows color (decimal): -3798769 or 985542. OLE color: 985542.

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

Color convert

RGB 198 9 15 -
CMYK 0 0.95 0.92 0.22
HSL 358.1º 0.91% 0.41% -
HSV(B) 358.1º 0.95% 0.78% -
XYZ 23.47 12.24 1.58 -
YUV 66.2 99.12 222.01 -
System Red Green Blue C M Y K H S L
Decimal 198 9 15 0 0.95 0.92 0.22 358.1 0.91 0.41
Hex C6 9 F 0 5F 5C 16 166 5B 29
Octal 306 11 17 0 137 134 26 546 133 51
Binary 11000110 1001 1111 0 1011111 1011100 10110 101100110 1011011 101001

Color Harmonies of #C6090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6090F

Black with #C6090F

Text Example


Text Example

White with #C6090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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