Html Css Color HEX #C0091F Venetian Red

📋 copy color: '#C0091F'

red 192 ◦ green 9 ◦ blue 31

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

Shades of Venetian Red #C0091F

Tints of Venetian Red #C0091F

RGB

 RED value IS 192 (75.39% from 255) = 82.76%

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

 BLUE value IS 31 (12.5% from 255) = 13.36%

R = 82.76%
G = 3.88%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0091F (or 0xC0091F) is known color: Venetian Red. HEX triplet: C0, 09 and 1F. RGB value is (192,9,31). Sum of RGB (Red+Green+Blue) = 192+9+31=232 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.76% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 192 - color contains mainly: red. Hex color #C0091F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0091F is #3FF6E0. Grayscale: #424242. Windows color (decimal): -4191969 or 2034112. OLE color: 2034112.

HSL color Cylindrical-coordinate representation of color #C0091F: hue angle of 352.79º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0091F is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 9 31 -
CMYK 0 0.95 0.84 0.25
HSL 352.79º 0.91% 0.39% -
HSV(B) 352.79º 0.95% 0.75% -
XYZ 22.08 11.5 2.35 -
YUV 66.23 108.13 217.71 -
System Red Green Blue C M Y K H S L
Decimal 192 9 31 0 0.95 0.84 0.25 352.79 0.91 0.39
Hex C0 9 1F 0 5F 54 19 161 5B 27
Octal 300 11 37 0 137 124 31 541 133 47
Binary 11000000 1001 11111 0 1011111 1010100 11001 101100001 1011011 100111

Color Harmonies of #C0091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0091F

Black with #C0091F

Text Example


Text Example

White with #C0091F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0091F; }

 p { color: rgb(192,9,31); }

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

background-color css

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

 a { background-color: rgb(192,9,31); }

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

border-color css

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

 span { border-color: rgb(192,9,31); }

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