Html Css Color HEX #C00122 Venetian Red

📋 copy color: '#C00122'

red 192 ◦ green 1 ◦ blue 34

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

Shades of Venetian Red #C00122

Tints of Venetian Red #C00122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.98%

R = 84.58%
G = 0.44%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C00122 (or 0xC00122) is known color: Venetian Red. HEX triplet: C0, 01 and 22. RGB value is (192,1,34). Sum of RGB (Red+Green+Blue) = 192+1+34=227 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.58% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 192 - color contains mainly: red. Hex color #C00122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00122 is #3FFEDD. Grayscale: #3D3D3D. Windows color (decimal): -4194014 or 2228672. OLE color: 2228672.

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

Color convert

RGB 192 1 34 -
CMYK 0 0.99 0.82 0.25
HSL 349.63º 0.99% 0.38% -
HSV(B) 349.63º 0.99% 0.75% -
XYZ 22.04 11.34 2.54 -
YUV 61.87 112.28 220.82 -
System Red Green Blue C M Y K H S L
Decimal 192 1 34 0 0.99 0.82 0.25 349.63 0.99 0.38
Hex C0 1 22 0 63 52 19 15E 63 26
Octal 300 1 42 0 143 122 31 536 143 46
Binary 11000000 1 100010 0 1100011 1010010 11001 101011110 1100011 100110

Color Harmonies of #C00122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00122

Black with #C00122

Text Example


Text Example

White with #C00122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00122; }

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

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

background-color css

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

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

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

border-color css

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

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

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