Html Css Color HEX #C30026 Venetian Red

📋 copy color: '#C30026'

red 195 ◦ green 0 ◦ blue 38

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

Shades of Venetian Red #C30026

Tints of Venetian Red #C30026

RGB

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

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

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

R = 83.69%
G = 0%
B = 16.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C30026 (or 0xC30026) is known color: Venetian Red. HEX triplet: C3, 00 and 26. RGB value is (195,0,38). Sum of RGB (Red+Green+Blue) = 195+0+38=233 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.69% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 195 - color contains mainly: red. Hex color #C30026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30026 is #3CFFD9. Grayscale: #3E3E3E. Windows color (decimal): -3997658 or 2490563. OLE color: 2490563.

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

Color convert

RGB 195 0 38 -
CMYK 0 1 0.81 0.24
HSL 348.31º 1% 0.38% -
HSV(B) 348.31º 1% 0.76% -
XYZ 22.86 11.74 2.9 -
YUV 62.64 114.1 222.41 -
System Red Green Blue C M Y K H S L
Decimal 195 0 38 0 1 0.81 0.24 348.31 1 0.38
Hex C3 0 26 0 64 51 18 15C 64 26
Octal 303 0 46 0 144 121 30 534 144 46
Binary 11000011 0 100110 0 1100100 1010001 11000 101011100 1100100 100110

Color Harmonies of #C30026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30026

Black with #C30026

Text Example


Text Example

White with #C30026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30026; }

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

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

background-color css

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

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

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

border-color css

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

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

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