Html Css Color HEX #C30106 Venetian Red

📋 copy color: '#C30106'

red 195 ◦ green 1 ◦ blue 6

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

Shades of Venetian Red #C30106

Tints of Venetian Red #C30106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.97%

R = 96.53%
G = 0.5%
B = 2.97%

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

#C30106 (or 0xC30106) is known color: Venetian Red. HEX triplet: C3, 01 and 06. RGB value is (195,1,6). Sum of RGB (Red+Green+Blue) = 195+1+6=202 (26% of max value = 765). Red value is 195 (76.56% from 255 or 96.53% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 195 - color contains mainly: red. Hex color #C30106 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30106 is #3CFEF9. Grayscale: #3B3B3B. Windows color (decimal): -3997434 or 393667. OLE color: 393667.

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

Color convert

RGB 195 1 6 -
CMYK 0 0.99 0.97 0.24
HSL 358.45º 0.99% 0.38% -
HSV(B) 358.45º 0.99% 0.76% -
XYZ 22.55 11.64 1.23 -
YUV 59.58 97.77 224.59 -
System Red Green Blue C M Y K H S L
Decimal 195 1 6 0 0.99 0.97 0.24 358.45 0.99 0.38
Hex C3 1 6 0 63 61 18 166 63 26
Octal 303 1 6 0 143 141 30 546 143 46
Binary 11000011 1 110 0 1100011 1100001 11000 101100110 1100011 100110

Color Harmonies of #C30106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30106

Black with #C30106

Text Example


Text Example

White with #C30106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30106; }

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

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

background-color css

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

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

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

border-color css

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

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

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