Html Css Color HEX #C30011 Venetian Red

📋 copy color: '#C30011'

red 195 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #C30011

Tints of Venetian Red #C30011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.02%

R = 91.98%
G = 0%
B = 8.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C30011 (or 0xC30011) is known color: Venetian Red. HEX triplet: C3, 00 and 11. RGB value is (195,0,17). Sum of RGB (Red+Green+Blue) = 195+0+17=212 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.98% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 195 - color contains mainly: red. Hex color #C30011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30011 is #3CFFEE. Grayscale: #3C3C3C. Windows color (decimal): -3997679 or 1114307. OLE color: 1114307.

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

Color convert

RGB 195 0 17 -
CMYK 0 1 0.91 0.24
HSL 354.77º 1% 0.38% -
HSV(B) 354.77º 1% 0.76% -
XYZ 22.61 11.64 1.59 -
YUV 60.24 103.6 224.12 -
System Red Green Blue C M Y K H S L
Decimal 195 0 17 0 1 0.91 0.24 354.77 1 0.38
Hex C3 0 11 0 64 5B 18 163 64 26
Octal 303 0 21 0 144 133 30 543 144 46
Binary 11000011 0 10001 0 1100100 1011011 11000 101100011 1100100 100110

Color Harmonies of #C30011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30011

Black with #C30011

Text Example


Text Example

White with #C30011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30011; }

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

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

background-color css

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

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

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

border-color css

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

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

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