Html Css Color HEX #C00004 Venetian Red

📋 copy color: '#C00004'

red 192 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #C00004

Tints of Venetian Red #C00004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.04%

R = 97.96%
G = 0%
B = 2.04%

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

#C00004 (or 0xC00004) is known color: Venetian Red. HEX triplet: C0, 00 and 04. RGB value is (192,0,4). Sum of RGB (Red+Green+Blue) = 192+0+4=196 (25% of max value = 765). Red value is 192 (75.39% from 255 or 97.96% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 192 - color contains mainly: red. Hex color #C00004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00004 is #3FFFFB. Grayscale: #3A3A3A. Windows color (decimal): -4194300 or 262336. OLE color: 262336.

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

Color convert

RGB 192 0 4 -
CMYK 0 1 0.98 0.25
HSL 358.75º 1% 0.38% -
HSV(B) 358.75º 1% 0.75% -
XYZ 21.76 11.22 1.13 -
YUV 57.86 97.61 223.67 -
System Red Green Blue C M Y K H S L
Decimal 192 0 4 0 1 0.98 0.25 358.75 1 0.38
Hex C0 0 4 0 64 62 19 167 64 26
Octal 300 0 4 0 144 142 31 547 144 46
Binary 11000000 0 100 0 1100100 1100010 11001 101100111 1100100 100110

Color Harmonies of #C00004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00004

Black with #C00004

Text Example


Text Example

White with #C00004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00004; }

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

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

background-color css

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

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

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

border-color css

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

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

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