Html Css Color HEX #C30103 Venetian Red

📋 copy color: '#C30103'

red 195 ◦ green 1 ◦ blue 3

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

Shades of Venetian Red #C30103

Tints of Venetian Red #C30103

RGB

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

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

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

R = 97.99%
G = 0.5%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C30103 (or 0xC30103) is known color: Venetian Red. HEX triplet: C3, 01 and 03. RGB value is (195,1,3). Sum of RGB (Red+Green+Blue) = 195+1+3=199 (26% of max value = 765). Red value is 195 (76.56% from 255 or 97.99% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 195 - color contains mainly: red. Hex color #C30103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30103 is #3CFEFC. Grayscale: #3B3B3B. Windows color (decimal): -3997437 or 197059. OLE color: 197059.

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

Color convert

RGB 195 1 3 -
CMYK 0 0.99 0.98 0.24
HSL 359.38º 0.99% 0.38% -
HSV(B) 359.38º 0.99% 0.76% -
XYZ 22.53 11.63 1.14 -
YUV 59.23 96.27 224.84 -
System Red Green Blue C M Y K H S L
Decimal 195 1 3 0 0.99 0.98 0.24 359.38 0.99 0.38
Hex C3 1 3 0 63 62 18 167 63 26
Octal 303 1 3 0 143 142 30 547 143 46
Binary 11000011 1 11 0 1100011 1100010 11000 101100111 1100011 100110

Color Harmonies of #C30103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30103

Black with #C30103

Text Example


Text Example

White with #C30103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30103; }

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

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

background-color css

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

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

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

border-color css

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

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

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