Html Css Color HEX #C30108 Venetian Red

📋 copy color: '#C30108'

red 195 ◦ green 1 ◦ blue 8

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

Shades of Venetian Red #C30108

Tints of Venetian Red #C30108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.92%

R = 95.59%
G = 0.49%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C30108 (or 0xC30108) is known color: Venetian Red. HEX triplet: C3, 01 and 08. RGB value is (195,1,8). Sum of RGB (Red+Green+Blue) = 195+1+8=204 (27% of max value = 765). Red value is 195 (76.56% from 255 or 95.59% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 195 - color contains mainly: red. Hex color #C30108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30108 is #3CFEF7. Grayscale: #3B3B3B. Windows color (decimal): -3997432 or 524739. OLE color: 524739.

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

Color convert

RGB 195 1 8 -
CMYK 0 0.99 0.96 0.24
HSL 357.84º 0.99% 0.38% -
HSV(B) 357.84º 0.99% 0.76% -
XYZ 22.56 11.64 1.29 -
YUV 59.8 98.77 224.43 -
System Red Green Blue C M Y K H S L
Decimal 195 1 8 0 0.99 0.96 0.24 357.84 0.99 0.38
Hex C3 1 8 0 63 60 18 166 63 26
Octal 303 1 10 0 143 140 30 546 143 46
Binary 11000011 1 1000 0 1100011 1100000 11000 101100110 1100011 100110

Color Harmonies of #C30108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30108

Black with #C30108

Text Example


Text Example

White with #C30108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30108; }

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

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

background-color css

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

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

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

border-color css

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

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

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