Html Css Color HEX #C0022E Venetian Red

📋 copy color: '#C0022E'

red 192 ◦ green 2 ◦ blue 46

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

Shades of Venetian Red #C0022E

Tints of Venetian Red #C0022E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 46 (18.36% from 255) = 19.17%

R = 80%
G = 0.83%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0022E (or 0xC0022E) is known color: Venetian Red. HEX triplet: C0, 02 and 2E. RGB value is (192,2,46). Sum of RGB (Red+Green+Blue) = 192+2+46=240 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 192 - color contains mainly: red. Hex color #C0022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0022E is #3FFDD1. Grayscale: #3F3F3F. Windows color (decimal): -4193746 or 3015360. OLE color: 3015360.

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

Color convert

RGB 192 2 46 -
CMYK 0 0.99 0.76 0.25
HSL 346.11º 0.98% 0.38% -
HSV(B) 346.11º 0.99% 0.75% -
XYZ 22.25 11.45 3.62 -
YUV 63.83 117.95 219.42 -
System Red Green Blue C M Y K H S L
Decimal 192 2 46 0 0.99 0.76 0.25 346.11 0.98 0.38
Hex C0 2 2E 0 63 4C 19 15A 62 26
Octal 300 2 56 0 143 114 31 532 142 46
Binary 11000000 10 101110 0 1100011 1001100 11001 101011010 1100010 100110

Color Harmonies of #C0022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0022E

Black with #C0022E

Text Example


Text Example

White with #C0022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0022E; }

 p { color: rgb(192,2,46); }

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

background-color css

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

 a { background-color: rgb(192,2,46); }

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

border-color css

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

 span { border-color: rgb(192,2,46); }

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