Html Css Color HEX #C30205 Venetian Red

📋 copy color: '#C30205'

red 195 ◦ green 2 ◦ blue 5

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

Shades of Venetian Red #C30205

Tints of Venetian Red #C30205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 5 (2.34% from 255) = 2.48%

R = 96.53%
G = 0.99%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C30205 (or 0xC30205) is known color: Venetian Red. HEX triplet: C3, 02 and 05. RGB value is (195,2,5). Sum of RGB (Red+Green+Blue) = 195+2+5=202 (26% of max value = 765). Red value is 195 (76.56% from 255 or 96.53% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 195 - color contains mainly: red. Hex color #C30205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30205 is #3CFDFA. Grayscale: #3C3C3C. Windows color (decimal): -3997179 or 328387. OLE color: 328387.

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

Color convert

RGB 195 2 5 -
CMYK 0 0.99 0.97 0.24
HSL 359.07º 0.98% 0.39% -
HSV(B) 359.07º 0.99% 0.76% -
XYZ 22.55 11.66 1.2 -
YUV 60.05 96.94 224.26 -
System Red Green Blue C M Y K H S L
Decimal 195 2 5 0 0.99 0.97 0.24 359.07 0.98 0.39
Hex C3 2 5 0 63 61 18 167 62 27
Octal 303 2 5 0 143 141 30 547 142 47
Binary 11000011 10 101 0 1100011 1100001 11000 101100111 1100010 100111

Color Harmonies of #C30205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30205

Black with #C30205

Text Example


Text Example

White with #C30205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30205; }

 p { color: rgb(195,2,5); }

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

background-color css

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

 a { background-color: rgb(195,2,5); }

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

border-color css

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

 span { border-color: rgb(195,2,5); }

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