Html Css Color HEX #C2000F Venetian Red

📋 copy color: '#C2000F'

red 194 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #C2000F

Tints of Venetian Red #C2000F

RGB

 RED value IS 194 (76.17% from 255) = 92.82%

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

 BLUE value IS 15 (6.25% from 255) = 7.18%

R = 92.82%
G = 0%
B = 7.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2000F (or 0xC2000F) is known color: Venetian Red. HEX triplet: C2, 00 and 0F. RGB value is (194,0,15). Sum of RGB (Red+Green+Blue) = 194+0+15=209 (27% of max value = 765). Red value is 194 (76.17% from 255 or 92.82% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 194 - color contains mainly: red. Hex color #C2000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2000F is #3DFFF0. Grayscale: #3B3B3B. Windows color (decimal): -4063217 or 983234. OLE color: 983234.

HSL color Cylindrical-coordinate representation of color #C2000F: hue angle of 355.36º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2000F is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 15 -
CMYK 0 1 0.92 0.24
HSL 355.36º 1% 0.38% -
HSV(B) 355.36º 1% 0.76% -
XYZ 22.33 11.5 1.5 -
YUV 59.72 102.77 223.78 -
System Red Green Blue C M Y K H S L
Decimal 194 0 15 0 1 0.92 0.24 355.36 1 0.38
Hex C2 0 F 0 64 5C 18 163 64 26
Octal 302 0 17 0 144 134 30 543 144 46
Binary 11000010 0 1111 0 1100100 1011100 11000 101100011 1100100 100110

Color Harmonies of #C2000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2000F

Black with #C2000F

Text Example


Text Example

White with #C2000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2000F; }

 p { color: rgb(194,0,15); }

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

background-color css

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

 a { background-color: rgb(194,0,15); }

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

border-color css

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

 span { border-color: rgb(194,0,15); }

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