Html Css Color HEX #C70826 Venetian Red

📋 copy color: '#C70826'

red 199 ◦ green 8 ◦ blue 38

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

Shades of Venetian Red #C70826

Tints of Venetian Red #C70826

RGB

 RED value IS 199 (78.13% from 255) = 81.22%

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

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

R = 81.22%
G = 3.27%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C70826 (or 0xC70826) is known color: Venetian Red. HEX triplet: C7, 08 and 26. RGB value is (199,8,38). Sum of RGB (Red+Green+Blue) = 199+8+38=245 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.22% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 199 - color contains mainly: red. Hex color #C70826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70826 is #38F7D9. Grayscale: #444444. Windows color (decimal): -3733466 or 2492615. OLE color: 2492615.

HSL color Cylindrical-coordinate representation of color #C70826: hue angle of 350.58º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70826 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 8 38 -
CMYK 0 0.96 0.81 0.22
HSL 350.58º 0.92% 0.41% -
HSV(B) 350.58º 0.96% 0.78% -
XYZ 23.99 12.46 2.97 -
YUV 68.53 110.78 221.06 -
System Red Green Blue C M Y K H S L
Decimal 199 8 38 0 0.96 0.81 0.22 350.58 0.92 0.41
Hex C7 8 26 0 60 51 16 15F 5C 29
Octal 307 10 46 0 140 121 26 537 134 51
Binary 11000111 1000 100110 0 1100000 1010001 10110 101011111 1011100 101001

Color Harmonies of #C70826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70826

Black with #C70826

Text Example


Text Example

White with #C70826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70826; }

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

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

background-color css

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

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

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

border-color css

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

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

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