Html Css Color HEX #C00826 Venetian Red

📋 copy color: '#C00826'

red 192 ◦ green 8 ◦ blue 38

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

Shades of Venetian Red #C00826

Tints of Venetian Red #C00826

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

 BLUE value IS 38 (15.23% from 255) = 15.97%

R = 80.67%
G = 3.36%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C00826 (or 0xC00826) is known color: Venetian Red. HEX triplet: C0, 08 and 26. RGB value is (192,8,38). Sum of RGB (Red+Green+Blue) = 192+8+38=238 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.67% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 192 - color contains mainly: red. Hex color #C00826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00826 is #3FF7D9. Grayscale: #424242. Windows color (decimal): -4192218 or 2492608. OLE color: 2492608.

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

Color convert

RGB 192 8 38 -
CMYK 0 0.96 0.80 0.25
HSL 350.22º 0.92% 0.39% -
HSV(B) 350.22º 0.96% 0.75% -
XYZ 22.17 11.52 2.89 -
YUV 66.44 111.96 217.56 -
System Red Green Blue C M Y K H S L
Decimal 192 8 38 0 0.96 0.80 0.25 350.22 0.92 0.39
Hex C0 8 26 0 60 50 19 15E 5C 27
Octal 300 10 46 0 140 120 31 536 134 47
Binary 11000000 1000 100110 0 1100000 1010000 11001 101011110 1011100 100111

Color Harmonies of #C00826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00826

Black with #C00826

Text Example


Text Example

White with #C00826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00826; }

 p { color: rgb(192,8,38); }

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

background-color css

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

 a { background-color: rgb(192,8,38); }

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

border-color css

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

 span { border-color: rgb(192,8,38); }

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