Html Css Color HEX #C30105 Venetian Red

📋 copy color: '#C30105'

red 195 ◦ green 1 ◦ blue 5

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

Shades of Venetian Red #C30105

Tints of Venetian Red #C30105

RGB

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

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

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

R = 97.01%
G = 0.5%
B = 2.49%

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

#C30105 (or 0xC30105) is known color: Venetian Red. HEX triplet: C3, 01 and 05. RGB value is (195,1,5). Sum of RGB (Red+Green+Blue) = 195+1+5=201 (26% of max value = 765). Red value is 195 (76.56% from 255 or 97.01% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 195 - color contains mainly: red. Hex color #C30105 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30105 is #3CFEFA. Grayscale: #3B3B3B. Windows color (decimal): -3997435 or 328131. OLE color: 328131.

HSL color Cylindrical-coordinate representation of color #C30105: hue angle of 358.76º 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 #C30105 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 1 5 -
CMYK 0 0.99 0.97 0.24
HSL 358.76º 0.99% 0.38% -
HSV(B) 358.76º 0.99% 0.76% -
XYZ 22.54 11.63 1.2 -
YUV 59.46 97.27 224.67 -
System Red Green Blue C M Y K H S L
Decimal 195 1 5 0 0.99 0.97 0.24 358.76 0.99 0.38
Hex C3 1 5 0 63 61 18 167 63 26
Octal 303 1 5 0 143 141 30 547 143 46
Binary 11000011 1 101 0 1100011 1100001 11000 101100111 1100011 100110

Color Harmonies of #C30105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30105

Black with #C30105

Text Example


Text Example

White with #C30105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30105; }

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

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

background-color css

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

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

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

border-color css

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

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

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