Html Css Color HEX #C70628 Venetian Red

📋 copy color: '#C70628'

red 199 ◦ green 6 ◦ blue 40

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

Shades of Venetian Red #C70628

Tints of Venetian Red #C70628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.33%

R = 81.22%
G = 2.45%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C70628 (or 0xC70628) is known color: Venetian Red. HEX triplet: C7, 06 and 28. RGB value is (199,6,40). Sum of RGB (Red+Green+Blue) = 199+6+40=245 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.22% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 199 - color contains mainly: red. Hex color #C70628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70628 is #38F9D7. Grayscale: #434343. Windows color (decimal): -3733976 or 2623175. OLE color: 2623175.

HSL color Cylindrical-coordinate representation of color #C70628: hue angle of 349.43º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C70628 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 6 40 -
CMYK 0 0.97 0.80 0.22
HSL 349.43º 0.94% 0.4% -
HSV(B) 349.43º 0.97% 0.78% -
XYZ 24 12.43 3.14 -
YUV 67.58 112.44 221.74 -
System Red Green Blue C M Y K H S L
Decimal 199 6 40 0 0.97 0.80 0.22 349.43 0.94 0.4
Hex C7 6 28 0 61 50 16 15D 5E 28
Octal 307 6 50 0 141 120 26 535 136 50
Binary 11000111 110 101000 0 1100001 1010000 10110 101011101 1011110 101000

Color Harmonies of #C70628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70628

Black with #C70628

Text Example


Text Example

White with #C70628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70628; }

 p { color: rgb(199,6,40); }

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

background-color css

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

 a { background-color: rgb(199,6,40); }

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

border-color css

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

 span { border-color: rgb(199,6,40); }

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