Html Css Color HEX #C00113 Venetian Red

📋 copy color: '#C00113'

red 192 ◦ green 1 ◦ blue 19

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

Shades of Venetian Red #C00113

Tints of Venetian Red #C00113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 19 (7.81% from 255) = 8.96%

R = 90.57%
G = 0.47%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C00113 (or 0xC00113) is known color: Venetian Red. HEX triplet: C0, 01 and 13. RGB value is (192,1,19). Sum of RGB (Red+Green+Blue) = 192+1+19=212 (28% of max value = 765). Red value is 192 (75.39% from 255 or 90.57% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 192 - color contains mainly: red. Hex color #C00113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00113 is #3FFEEC. Grayscale: #3C3C3C. Windows color (decimal): -4194029 or 1245632. OLE color: 1245632.

HSL color Cylindrical-coordinate representation of color #C00113: hue angle of 354.35º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00113 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 1 19 -
CMYK 0 0.99 0.90 0.25
HSL 354.35º 0.99% 0.38% -
HSV(B) 354.35º 0.99% 0.75% -
XYZ 21.87 11.28 1.64 -
YUV 60.16 104.78 222.04 -
System Red Green Blue C M Y K H S L
Decimal 192 1 19 0 0.99 0.90 0.25 354.35 0.99 0.38
Hex C0 1 13 0 63 5A 19 162 63 26
Octal 300 1 23 0 143 132 31 542 143 46
Binary 11000000 1 10011 0 1100011 1011010 11001 101100010 1100011 100110

Color Harmonies of #C00113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00113

Black with #C00113

Text Example


Text Example

White with #C00113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00113; }

 p { color: rgb(192,1,19); }

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

background-color css

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

 a { background-color: rgb(192,1,19); }

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

border-color css

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

 span { border-color: rgb(192,1,19); }

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