Html Css Color HEX #C70314 Venetian Red

📋 copy color: '#C70314'

red 199 ◦ green 3 ◦ blue 20

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

Shades of Venetian Red #C70314

Tints of Venetian Red #C70314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.01%

R = 89.64%
G = 1.35%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C70314 (or 0xC70314) is known color: Venetian Red. HEX triplet: C7, 03 and 14. RGB value is (199,3,20). Sum of RGB (Red+Green+Blue) = 199+3+20=222 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.64% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 199 - color contains mainly: red. Hex color #C70314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70314 is #38FCEB. Grayscale: #3F3F3F. Windows color (decimal): -3734764 or 1311687. OLE color: 1311687.

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

Color convert

RGB 199 3 20 -
CMYK 0 0.98 0.90 0.22
HSL 354.8º 0.97% 0.4% -
HSV(B) 354.8º 0.98% 0.78% -
XYZ 23.71 12.26 1.78 -
YUV 63.54 103.43 224.62 -
System Red Green Blue C M Y K H S L
Decimal 199 3 20 0 0.98 0.90 0.22 354.8 0.97 0.4
Hex C7 3 14 0 62 5A 16 163 61 28
Octal 307 3 24 0 142 132 26 543 141 50
Binary 11000111 11 10100 0 1100010 1011010 10110 101100011 1100001 101000

Color Harmonies of #C70314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70314

Black with #C70314

Text Example


Text Example

White with #C70314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70314; }

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

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

background-color css

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

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

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

border-color css

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

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

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