Html Css Color HEX #C30206 Venetian Red

📋 copy color: '#C30206'

red 195 ◦ green 2 ◦ blue 6

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

Shades of Venetian Red #C30206

Tints of Venetian Red #C30206

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 96.06%
G = 0.99%
B = 2.96%

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

#C30206 (or 0xC30206) is known color: Venetian Red. HEX triplet: C3, 02 and 06. RGB value is (195,2,6). Sum of RGB (Red+Green+Blue) = 195+2+6=203 (26% of max value = 765). Red value is 195 (76.56% from 255 or 96.06% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 195 - color contains mainly: red. Hex color #C30206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30206 is #3CFDF9. Grayscale: #3C3C3C. Windows color (decimal): -3997178 or 393923. OLE color: 393923.

HSL color Cylindrical-coordinate representation of color #C30206: hue angle of 358.76º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30206 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 2 6 -
CMYK 0 0.99 0.97 0.24
HSL 358.76º 0.98% 0.39% -
HSV(B) 358.76º 0.99% 0.76% -
XYZ 22.56 11.66 1.23 -
YUV 60.16 97.44 224.17 -
System Red Green Blue C M Y K H S L
Decimal 195 2 6 0 0.99 0.97 0.24 358.76 0.98 0.39
Hex C3 2 6 0 63 61 18 167 62 27
Octal 303 2 6 0 143 141 30 547 142 47
Binary 11000011 10 110 0 1100011 1100001 11000 101100111 1100010 100111

Color Harmonies of #C30206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30206

Black with #C30206

Text Example


Text Example

White with #C30206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30206; }

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

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

background-color css

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

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

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

border-color css

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

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

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