Html Css Color HEX #C30126 Venetian Red

📋 copy color: '#C30126'

red 195 ◦ green 1 ◦ blue 38

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

Shades of Venetian Red #C30126

Tints of Venetian Red #C30126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.24%

R = 83.33%
G = 0.43%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C30126 (or 0xC30126) is known color: Venetian Red. HEX triplet: C3, 01 and 26. RGB value is (195,1,38). Sum of RGB (Red+Green+Blue) = 195+1+38=234 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.33% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 195 - color contains mainly: red. Hex color #C30126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30126 is #3CFED9. Grayscale: #3F3F3F. Windows color (decimal): -3997402 or 2490819. OLE color: 2490819.

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

Color convert

RGB 195 1 38 -
CMYK 0 0.99 0.81 0.24
HSL 348.56º 0.99% 0.38% -
HSV(B) 348.56º 0.99% 0.76% -
XYZ 22.87 11.76 2.9 -
YUV 63.22 113.77 221.99 -
System Red Green Blue C M Y K H S L
Decimal 195 1 38 0 0.99 0.81 0.24 348.56 0.99 0.38
Hex C3 1 26 0 63 51 18 15D 63 26
Octal 303 1 46 0 143 121 30 535 143 46
Binary 11000011 1 100110 0 1100011 1010001 11000 101011101 1100011 100110

Color Harmonies of #C30126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30126

Black with #C30126

Text Example


Text Example

White with #C30126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30126; }

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

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

background-color css

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

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

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

border-color css

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

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

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