Html Css Color HEX #C30008 Venetian Red

📋 copy color: '#C30008'

red 195 ◦ green 0 ◦ blue 8

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

Shades of Venetian Red #C30008

Tints of Venetian Red #C30008

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 96.06%
G = 0%
B = 3.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C30008 (or 0xC30008) is known color: Venetian Red. HEX triplet: C3, 00 and 08. RGB value is (195,0,8). Sum of RGB (Red+Green+Blue) = 195+0+8=203 (26% of max value = 765). Red value is 195 (76.56% from 255 or 96.06% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 195 - color contains mainly: red. Hex color #C30008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30008 is #3CFFF7. Grayscale: #3B3B3B. Windows color (decimal): -3997688 or 524483. OLE color: 524483.

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

Color convert

RGB 195 0 8 -
CMYK 0 1 0.96 0.24
HSL 357.54º 1% 0.38% -
HSV(B) 357.54º 1% 0.76% -
XYZ 22.55 11.62 1.28 -
YUV 59.22 99.1 224.85 -
System Red Green Blue C M Y K H S L
Decimal 195 0 8 0 1 0.96 0.24 357.54 1 0.38
Hex C3 0 8 0 64 60 18 166 64 26
Octal 303 0 10 0 144 140 30 546 144 46
Binary 11000011 0 1000 0 1100100 1100000 11000 101100110 1100100 100110

Color Harmonies of #C30008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30008

Black with #C30008

Text Example


Text Example

White with #C30008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30008; }

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

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

background-color css

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

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

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

border-color css

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

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

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