Html Css Color HEX #C7030C Venetian Red

📋 copy color: '#C7030C'

red 199 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #C7030C

Tints of Venetian Red #C7030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

 BLUE value IS 12 (5.08% from 255) = 5.61%

R = 92.99%
G = 1.4%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7030C (or 0xC7030C) is known color: Venetian Red. HEX triplet: C7, 03 and 0C. RGB value is (199,3,12). Sum of RGB (Red+Green+Blue) = 199+3+12=214 (28% of max value = 765). Red value is 199 (78.12% from 255 or 92.99% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 199 - color contains mainly: red. Hex color #C7030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7030C is #38FCF3. Grayscale: #3E3E3E. Windows color (decimal): -3734772 or 787399. OLE color: 787399.

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

Color convert

RGB 199 3 12 -
CMYK 0 0.98 0.94 0.22
HSL 357.24º 0.97% 0.4% -
HSV(B) 357.24º 0.98% 0.78% -
XYZ 23.65 12.23 1.46 -
YUV 62.63 99.43 225.27 -
System Red Green Blue C M Y K H S L
Decimal 199 3 12 0 0.98 0.94 0.22 357.24 0.97 0.4
Hex C7 3 C 0 62 5E 16 165 61 28
Octal 307 3 14 0 142 136 26 545 141 50
Binary 11000111 11 1100 0 1100010 1011110 10110 101100101 1100001 101000

Color Harmonies of #C7030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7030C

Black with #C7030C

Text Example


Text Example

White with #C7030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7030C; }

 p { color: rgb(199,3,12); }

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

background-color css

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

 a { background-color: rgb(199,3,12); }

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

border-color css

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

 span { border-color: rgb(199,3,12); }

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