Html Css Color HEX #C70627 Venetian Red

📋 copy color: '#C70627'

red 199 ◦ green 6 ◦ blue 39

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

Shades of Venetian Red #C70627

Tints of Venetian Red #C70627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.98%

R = 81.56%
G = 2.46%
B = 15.98%

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

#C70627 (or 0xC70627) is known color: Venetian Red. HEX triplet: C7, 06 and 27. RGB value is (199,6,39). Sum of RGB (Red+Green+Blue) = 199+6+39=244 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.56% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 199 - color contains mainly: red. Hex color #C70627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70627 is #38F9D8. Grayscale: #434343. Windows color (decimal): -3733977 or 2557639. OLE color: 2557639.

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

Color convert

RGB 199 6 39 -
CMYK 0 0.97 0.80 0.22
HSL 349.74º 0.94% 0.4% -
HSV(B) 349.74º 0.97% 0.78% -
XYZ 23.98 12.42 3.05 -
YUV 67.47 111.94 221.82 -
System Red Green Blue C M Y K H S L
Decimal 199 6 39 0 0.97 0.80 0.22 349.74 0.94 0.4
Hex C7 6 27 0 61 50 16 15E 5E 28
Octal 307 6 47 0 141 120 26 536 136 50
Binary 11000111 110 100111 0 1100001 1010000 10110 101011110 1011110 101000

Color Harmonies of #C70627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70627

Black with #C70627

Text Example


Text Example

White with #C70627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70627; }

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

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

background-color css

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

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

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

border-color css

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

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

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