Html Css Color HEX #C30104 Venetian Red

📋 copy color: '#C30104'

red 195 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #C30104

Tints of Venetian Red #C30104

RGB

 RED value IS 195 (76.56% from 255) = 97.5%

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 97.5%
G = 0.5%
B = 2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C30104 (or 0xC30104) is known color: Venetian Red. HEX triplet: C3, 01 and 04. RGB value is (195,1,4). Sum of RGB (Red+Green+Blue) = 195+1+4=200 (26% of max value = 765). Red value is 195 (76.56% from 255 or 97.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 195 - color contains mainly: red. Hex color #C30104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30104 is #3CFEFB. Grayscale: #3B3B3B. Windows color (decimal): -3997436 or 262595. OLE color: 262595.

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

Color convert

RGB 195 1 4 -
CMYK 0 0.99 0.98 0.24
HSL 359.07º 0.99% 0.38% -
HSV(B) 359.07º 0.99% 0.76% -
XYZ 22.54 11.63 1.17 -
YUV 59.35 96.77 224.76 -
System Red Green Blue C M Y K H S L
Decimal 195 1 4 0 0.99 0.98 0.24 359.07 0.99 0.38
Hex C3 1 4 0 63 62 18 167 63 26
Octal 303 1 4 0 143 142 30 547 143 46
Binary 11000011 1 100 0 1100011 1100010 11000 101100111 1100011 100110

Color Harmonies of #C30104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30104

Black with #C30104

Text Example


Text Example

White with #C30104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30104; }

 p { color: rgb(195,1,4); }

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

background-color css

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

 a { background-color: rgb(195,1,4); }

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

border-color css

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

 span { border-color: rgb(195,1,4); }

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