Html Css Color HEX #C30003 Venetian Red

📋 copy color: '#C30003'

red 195 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #C30003

Tints of Venetian Red #C30003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.52%

R = 98.48%
G = 0%
B = 1.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C30003 (or 0xC30003) is known color: Venetian Red. HEX triplet: C3, 00 and 03. RGB value is (195,0,3). Sum of RGB (Red+Green+Blue) = 195+0+3=198 (26% of max value = 765). Red value is 195 (76.56% from 255 or 98.48% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 195 - color contains mainly: red. Hex color #C30003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30003 is #3CFFFC. Grayscale: #3A3A3A. Windows color (decimal): -3997693 or 196803. OLE color: 196803.

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

Color convert

RGB 195 0 3 -
CMYK 0 1 0.98 0.24
HSL 359.08º 1% 0.38% -
HSV(B) 359.08º 1% 0.76% -
XYZ 22.52 11.61 1.14 -
YUV 58.65 96.6 225.26 -
System Red Green Blue C M Y K H S L
Decimal 195 0 3 0 1 0.98 0.24 359.08 1 0.38
Hex C3 0 3 0 64 62 18 167 64 26
Octal 303 0 3 0 144 142 30 547 144 46
Binary 11000011 0 11 0 1100100 1100010 11000 101100111 1100100 100110

Color Harmonies of #C30003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30003

Black with #C30003

Text Example


Text Example

White with #C30003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30003; }

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

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

background-color css

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

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

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

border-color css

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

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

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