Html Css Color HEX #C40002 Venetian Red

📋 copy color: '#C40002'

red 196 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #C40002

Tints of Venetian Red #C40002

RGB

 RED value IS 196 (76.95% from 255) = 98.99%

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

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

R = 98.99%
G = 0%
B = 1.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C40002 (or 0xC40002) is known color: Venetian Red. HEX triplet: C4, 00 and 02. RGB value is (196,0,2). Sum of RGB (Red+Green+Blue) = 196+0+2=198 (26% of max value = 765). Red value is 196 (76.95% from 255 or 98.99% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 196 - color contains mainly: red. Hex color #C40002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40002 is #3BFFFD. Grayscale: #3B3B3B. Windows color (decimal): -3932158 or 131268. OLE color: 131268.

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

Color convert

RGB 196 0 2 -
CMYK 0 1 0.99 0.23
HSL 359.39º 1% 0.38% -
HSV(B) 359.39º 1% 0.77% -
XYZ 22.78 11.74 1.12 -
YUV 58.83 95.93 225.84 -
System Red Green Blue C M Y K H S L
Decimal 196 0 2 0 1 0.99 0.23 359.39 1 0.38
Hex C4 0 2 0 64 63 17 167 64 26
Octal 304 0 2 0 144 143 27 547 144 46
Binary 11000100 0 10 0 1100100 1100011 10111 101100111 1100100 100110

Color Harmonies of #C40002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40002

Black with #C40002

Text Example


Text Example

White with #C40002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40002; }

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

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

background-color css

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

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

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

border-color css

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

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

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