Html Css Color HEX #C00623 Venetian Red

📋 copy color: '#C00623'

red 192 ◦ green 6 ◦ blue 35

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

Shades of Venetian Red #C00623

Tints of Venetian Red #C00623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.02%

R = 82.4%
G = 2.58%
B = 15.02%

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

#C00623 (or 0xC00623) is known color: Venetian Red. HEX triplet: C0, 06 and 23. RGB value is (192,6,35). Sum of RGB (Red+Green+Blue) = 192+6+35=233 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.40% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 192 - color contains mainly: red. Hex color #C00623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00623 is #3FF9DC. Grayscale: #404040. Windows color (decimal): -4192733 or 2295488. OLE color: 2295488.

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

Color convert

RGB 192 6 35 -
CMYK 0 0.97 0.82 0.25
HSL 350.65º 0.94% 0.39% -
HSV(B) 350.65º 0.97% 0.75% -
XYZ 22.11 11.46 2.64 -
YUV 64.92 111.12 218.64 -
System Red Green Blue C M Y K H S L
Decimal 192 6 35 0 0.97 0.82 0.25 350.65 0.94 0.39
Hex C0 6 23 0 61 52 19 15F 5E 27
Octal 300 6 43 0 141 122 31 537 136 47
Binary 11000000 110 100011 0 1100001 1010010 11001 101011111 1011110 100111

Color Harmonies of #C00623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00623

Black with #C00623

Text Example


Text Example

White with #C00623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00623; }

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

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

background-color css

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

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

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

border-color css

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

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

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