Html Css Color HEX #C00914 Venetian Red

📋 copy color: '#C00914'

red 192 ◦ green 9 ◦ blue 20

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

Shades of Venetian Red #C00914

Tints of Venetian Red #C00914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.05%

R = 86.88%
G = 4.07%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C00914 (or 0xC00914) is known color: Venetian Red. HEX triplet: C0, 09 and 14. RGB value is (192,9,20). Sum of RGB (Red+Green+Blue) = 192+9+20=221 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.88% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 192 - color contains mainly: red. Hex color #C00914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00914 is #3FF6EB. Grayscale: #414141. Windows color (decimal): -4191980 or 1313216. OLE color: 1313216.

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

Color convert

RGB 192 9 20 -
CMYK 0 0.95 0.90 0.25
HSL 356.39º 0.91% 0.39% -
HSV(B) 356.39º 0.95% 0.75% -
XYZ 21.96 11.45 1.71 -
YUV 64.97 102.63 218.61 -
System Red Green Blue C M Y K H S L
Decimal 192 9 20 0 0.95 0.90 0.25 356.39 0.91 0.39
Hex C0 9 14 0 5F 5A 19 164 5B 27
Octal 300 11 24 0 137 132 31 544 133 47
Binary 11000000 1001 10100 0 1011111 1011010 11001 101100100 1011011 100111

Color Harmonies of #C00914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00914

Black with #C00914

Text Example


Text Example

White with #C00914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00914; }

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

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

background-color css

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

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

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

border-color css

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

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

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