Html Css Color HEX #C00622 Venetian Red

📋 copy color: '#C00622'

red 192 ◦ green 6 ◦ blue 34

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

Shades of Venetian Red #C00622

Tints of Venetian Red #C00622

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.59%

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

R = 82.76%
G = 2.59%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C00622 (or 0xC00622) is known color: Venetian Red. HEX triplet: C0, 06 and 22. RGB value is (192,6,34). Sum of RGB (Red+Green+Blue) = 192+6+34=232 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.76% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 192 - color contains mainly: red. Hex color #C00622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00622 is #3FF9DD. Grayscale: #404040. Windows color (decimal): -4192734 or 2229952. OLE color: 2229952.

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

Color convert

RGB 192 6 34 -
CMYK 0 0.97 0.82 0.25
HSL 350.97º 0.94% 0.39% -
HSV(B) 350.97º 0.97% 0.75% -
XYZ 22.09 11.45 2.56 -
YUV 64.81 110.62 218.72 -
System Red Green Blue C M Y K H S L
Decimal 192 6 34 0 0.97 0.82 0.25 350.97 0.94 0.39
Hex C0 6 22 0 61 52 19 15F 5E 27
Octal 300 6 42 0 141 122 31 537 136 47
Binary 11000000 110 100010 0 1100001 1010010 11001 101011111 1011110 100111

Color Harmonies of #C00622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00622

Black with #C00622

Text Example


Text Example

White with #C00622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00622; }

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

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

background-color css

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

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

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

border-color css

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

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

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