Html Css Color HEX #C0091D Venetian Red

📋 copy color: '#C0091D'

red 192 ◦ green 9 ◦ blue 29

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

Shades of Venetian Red #C0091D

Tints of Venetian Red #C0091D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.61%

R = 83.48%
G = 3.91%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0091D (or 0xC0091D) is known color: Venetian Red. HEX triplet: C0, 09 and 1D. RGB value is (192,9,29). Sum of RGB (Red+Green+Blue) = 192+9+29=230 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.48% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 192 - color contains mainly: red. Hex color #C0091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0091D is #3FF6E2. Grayscale: #424242. Windows color (decimal): -4191971 or 1903040. OLE color: 1903040.

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

Color convert

RGB 192 9 29 -
CMYK 0 0.95 0.85 0.25
HSL 353.44º 0.91% 0.39% -
HSV(B) 353.44º 0.95% 0.75% -
XYZ 22.06 11.49 2.22 -
YUV 66 107.13 217.87 -
System Red Green Blue C M Y K H S L
Decimal 192 9 29 0 0.95 0.85 0.25 353.44 0.91 0.39
Hex C0 9 1D 0 5F 55 19 161 5B 27
Octal 300 11 35 0 137 125 31 541 133 47
Binary 11000000 1001 11101 0 1011111 1010101 11001 101100001 1011011 100111

Color Harmonies of #C0091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0091D

Black with #C0091D

Text Example


Text Example

White with #C0091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0091D; }

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

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

background-color css

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

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

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

border-color css

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

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

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