Html Css Color HEX #C00322 Venetian Red

📋 copy color: '#C00322'

red 192 ◦ green 3 ◦ blue 34

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

Shades of Venetian Red #C00322

Tints of Venetian Red #C00322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.31%

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

R = 83.84%
G = 1.31%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C00322 (or 0xC00322) is known color: Venetian Red. HEX triplet: C0, 03 and 22. RGB value is (192,3,34). Sum of RGB (Red+Green+Blue) = 192+3+34=229 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.84% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 192 - color contains mainly: red. Hex color #C00322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00322 is #3FFCDD. Grayscale: #3F3F3F. Windows color (decimal): -4193502 or 2229184. OLE color: 2229184.

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

Color convert

RGB 192 3 34 -
CMYK 0 0.98 0.82 0.25
HSL 350.16º 0.97% 0.38% -
HSV(B) 350.16º 0.98% 0.75% -
XYZ 22.06 11.39 2.55 -
YUV 63.05 111.62 219.98 -
System Red Green Blue C M Y K H S L
Decimal 192 3 34 0 0.98 0.82 0.25 350.16 0.97 0.38
Hex C0 3 22 0 62 52 19 15E 61 26
Octal 300 3 42 0 142 122 31 536 141 46
Binary 11000000 11 100010 0 1100010 1010010 11001 101011110 1100001 100110

Color Harmonies of #C00322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00322

Black with #C00322

Text Example


Text Example

White with #C00322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00322; }

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

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

background-color css

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

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

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

border-color css

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

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

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