Html Css Color HEX #C00003 Venetian Red

📋 copy color: '#C00003'

red 192 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #C00003

Tints of Venetian Red #C00003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.54%

R = 98.46%
G = 0%
B = 1.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C00003 (or 0xC00003) is known color: Venetian Red. HEX triplet: C0, 00 and 03. RGB value is (192,0,3). Sum of RGB (Red+Green+Blue) = 192+0+3=195 (25% of max value = 765). Red value is 192 (75.39% from 255 or 98.46% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 192 - color contains mainly: red. Hex color #C00003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00003 is #3FFFFC. Grayscale: #393939. Windows color (decimal): -4194301 or 196800. OLE color: 196800.

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

Color convert

RGB 192 0 3 -
CMYK 0 1 0.98 0.25
HSL 359.06º 1% 0.38% -
HSV(B) 359.06º 1% 0.75% -
XYZ 21.75 11.21 1.1 -
YUV 57.75 97.11 223.76 -
System Red Green Blue C M Y K H S L
Decimal 192 0 3 0 1 0.98 0.25 359.06 1 0.38
Hex C0 0 3 0 64 62 19 167 64 26
Octal 300 0 3 0 144 142 31 547 144 46
Binary 11000000 0 11 0 1100100 1100010 11001 101100111 1100100 100110

Color Harmonies of #C00003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00003

Black with #C00003

Text Example


Text Example

White with #C00003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00003; }

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

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

background-color css

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

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

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

border-color css

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

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

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