Html Css Color HEX #C7002E Venetian Red

📋 copy color: '#C7002E'

red 199 ◦ green 0 ◦ blue 46

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

Shades of Venetian Red #C7002E

Tints of Venetian Red #C7002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.78%

R = 81.22%
G = 0%
B = 18.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7002E (or 0xC7002E) is known color: Venetian Red. HEX triplet: C7, 00 and 2E. RGB value is (199,0,46). Sum of RGB (Red+Green+Blue) = 199+0+46=245 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.22% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 199 - color contains mainly: red. Hex color #C7002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7002E is #38FFD1. Grayscale: #404040. Windows color (decimal): -3735506 or 3014855. OLE color: 3014855.

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

Color convert

RGB 199 0 46 -
CMYK 0 1 0.77 0.22
HSL 346.13º 1% 0.39% -
HSV(B) 346.13º 1% 0.78% -
XYZ 24.05 12.34 3.7 -
YUV 64.75 117.43 223.76 -
System Red Green Blue C M Y K H S L
Decimal 199 0 46 0 1 0.77 0.22 346.13 1 0.39
Hex C7 0 2E 0 64 4D 16 15A 64 27
Octal 307 0 56 0 144 115 26 532 144 47
Binary 11000111 0 101110 0 1100100 1001101 10110 101011010 1100100 100111

Color Harmonies of #C7002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7002E

Black with #C7002E

Text Example


Text Example

White with #C7002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7002E; }

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

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

background-color css

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

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

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

border-color css

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

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

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