Html Css Color HEX #C00001 Venetian Red

📋 copy color: '#C00001'

red 192 ◦ green 0 ◦ blue 1

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

Shades of Venetian Red #C00001

Tints of Venetian Red #C00001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 99.48%
G = 0%
B = 0.52%

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

#C00001 (or 0xC00001) is known color: Venetian Red. HEX triplet: C0, 00 and 01. RGB value is (192,0,1). Sum of RGB (Red+Green+Blue) = 192+0+1=193 (25% of max value = 765). Red value is 192 (75.39% from 255 or 99.48% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 192 - color contains mainly: red. Hex color #C00001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00001 is #3FFFFE. Grayscale: #393939. Windows color (decimal): -4194303 or 65728. OLE color: 65728.

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

Color convert

RGB 192 0 1 -
CMYK 0 1 0.99 0.25
HSL 359.69º 1% 0.38% -
HSV(B) 359.69º 1% 0.75% -
XYZ 21.74 11.21 1.05 -
YUV 57.52 96.11 223.92 -
System Red Green Blue C M Y K H S L
Decimal 192 0 1 0 1 0.99 0.25 359.69 1 0.38
Hex C0 0 1 0 64 63 19 168 64 26
Octal 300 0 1 0 144 143 31 550 144 46
Binary 11000000 0 1 0 1100100 1100011 11001 101101000 1100100 100110

Color Harmonies of #C00001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00001

Black with #C00001

Text Example


Text Example

White with #C00001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00001; }

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

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

background-color css

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

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

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

border-color css

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

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

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