Html Css Color HEX #C00002 Venetian Red

📋 copy color: '#C00002'

red 192 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #C00002

Tints of Venetian Red #C00002

RGB

 RED value IS 192 (75.39% from 255) = 98.97%

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

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

R = 98.97%
G = 0%
B = 1.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C00002 (or 0xC00002) is known color: Venetian Red. HEX triplet: C0, 00 and 02. RGB value is (192,0,2). Sum of RGB (Red+Green+Blue) = 192+0+2=194 (25% of max value = 765). Red value is 192 (75.39% from 255 or 98.97% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 192 - color contains mainly: red. Hex color #C00002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00002 is #3FFFFD. Grayscale: #393939. Windows color (decimal): -4194302 or 131264. OLE color: 131264.

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

Color convert

RGB 192 0 2 -
CMYK 0 1 0.99 0.25
HSL 359.38º 1% 0.38% -
HSV(B) 359.38º 1% 0.75% -
XYZ 21.75 11.21 1.08 -
YUV 57.64 96.61 223.84 -
System Red Green Blue C M Y K H S L
Decimal 192 0 2 0 1 0.99 0.25 359.38 1 0.38
Hex C0 0 2 0 64 63 19 167 64 26
Octal 300 0 2 0 144 143 31 547 144 46
Binary 11000000 0 10 0 1100100 1100011 11001 101100111 1100100 100110

Color Harmonies of #C00002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00002

Black with #C00002

Text Example


Text Example

White with #C00002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00002; }

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

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

background-color css

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

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

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

border-color css

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

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

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