Html Css Color HEX #C20002 Venetian Red

📋 copy color: '#C20002'

red 194 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #C20002

Tints of Venetian Red #C20002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.02%

R = 98.98%
G = 0%
B = 1.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C20002 (or 0xC20002) is known color: Venetian Red. HEX triplet: C2, 00 and 02. RGB value is (194,0,2). Sum of RGB (Red+Green+Blue) = 194+0+2=196 (25% of max value = 765). Red value is 194 (76.17% from 255 or 98.98% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 194 - color contains mainly: red. Hex color #C20002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20002 is #3DFFFD. Grayscale: #3A3A3A. Windows color (decimal): -4063230 or 131266. OLE color: 131266.

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

Color convert

RGB 194 0 2 -
CMYK 0 1 0.99 0.24
HSL 359.38º 1% 0.38% -
HSV(B) 359.38º 1% 0.76% -
XYZ 22.26 11.47 1.1 -
YUV 58.23 96.27 224.84 -
System Red Green Blue C M Y K H S L
Decimal 194 0 2 0 1 0.99 0.24 359.38 1 0.38
Hex C2 0 2 0 64 63 18 167 64 26
Octal 302 0 2 0 144 143 30 547 144 46
Binary 11000010 0 10 0 1100100 1100011 11000 101100111 1100100 100110

Color Harmonies of #C20002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20002

Black with #C20002

Text Example


Text Example

White with #C20002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20002; }

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

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

background-color css

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

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

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

border-color css

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

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

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