Html Css Color HEX #C30304 Venetian Red

📋 copy color: '#C30304'

red 195 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #C30304

Tints of Venetian Red #C30304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

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

R = 96.53%
G = 1.49%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C30304 (or 0xC30304) is known color: Venetian Red. HEX triplet: C3, 03 and 04. RGB value is (195,3,4). Sum of RGB (Red+Green+Blue) = 195+3+4=202 (26% of max value = 765). Red value is 195 (76.56% from 255 or 96.53% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 195 - color contains mainly: red. Hex color #C30304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30304 is #3CFCFB. Grayscale: #3C3C3C. Windows color (decimal): -3996924 or 263107. OLE color: 263107.

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

Color convert

RGB 195 3 4 -
CMYK 0 0.98 0.98 0.24
HSL 359.69º 0.97% 0.39% -
HSV(B) 359.69º 0.98% 0.76% -
XYZ 22.56 11.68 1.18 -
YUV 60.52 96.11 223.92 -
System Red Green Blue C M Y K H S L
Decimal 195 3 4 0 0.98 0.98 0.24 359.69 0.97 0.39
Hex C3 3 4 0 62 62 18 168 61 27
Octal 303 3 4 0 142 142 30 550 141 47
Binary 11000011 11 100 0 1100010 1100010 11000 101101000 1100001 100111

Color Harmonies of #C30304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30304

Black with #C30304

Text Example


Text Example

White with #C30304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30304; }

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

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

background-color css

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

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

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

border-color css

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

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

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