Html Css Color HEX #C70027 Venetian Red

📋 copy color: '#C70027'

red 199 ◦ green 0 ◦ blue 39

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

Shades of Venetian Red #C70027

Tints of Venetian Red #C70027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.61%
G = 0%
B = 16.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C70027 (or 0xC70027) is known color: Venetian Red. HEX triplet: C7, 00 and 27. RGB value is (199,0,39). Sum of RGB (Red+Green+Blue) = 199+0+39=238 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.61% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 199 - color contains mainly: red. Hex color #C70027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70027 is #38FFD8. Grayscale: #3F3F3F. Windows color (decimal): -3735513 or 2556103. OLE color: 2556103.

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

Color convert

RGB 199 0 39 -
CMYK 0 1 0.80 0.22
HSL 348.24º 1% 0.39% -
HSV(B) 348.24º 1% 0.78% -
XYZ 23.92 12.29 3.03 -
YUV 63.95 113.93 224.33 -
System Red Green Blue C M Y K H S L
Decimal 199 0 39 0 1 0.80 0.22 348.24 1 0.39
Hex C7 0 27 0 64 50 16 15C 64 27
Octal 307 0 47 0 144 120 26 534 144 47
Binary 11000111 0 100111 0 1100100 1010000 10110 101011100 1100100 100111

Color Harmonies of #C70027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70027

Black with #C70027

Text Example


Text Example

White with #C70027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70027; }

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

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

background-color css

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

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

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

border-color css

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

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

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