Html Css Color HEX #C30426 Venetian Red

📋 copy color: '#C30426'

red 195 ◦ green 4 ◦ blue 38

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

Shades of Venetian Red #C30426

Tints of Venetian Red #C30426

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 82.28%
G = 1.69%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C30426 (or 0xC30426) is known color: Venetian Red. HEX triplet: C3, 04 and 26. RGB value is (195,4,38). Sum of RGB (Red+Green+Blue) = 195+4+38=237 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.28% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 195 - color contains mainly: red. Hex color #C30426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30426 is #3CFBD9. Grayscale: #414141. Windows color (decimal): -3996634 or 2491587. OLE color: 2491587.

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

Color convert

RGB 195 4 38 -
CMYK 0 0.98 0.81 0.24
HSL 349.32º 0.96% 0.39% -
HSV(B) 349.32º 0.98% 0.76% -
XYZ 22.9 11.83 2.91 -
YUV 64.99 112.78 220.74 -
System Red Green Blue C M Y K H S L
Decimal 195 4 38 0 0.98 0.81 0.24 349.32 0.96 0.39
Hex C3 4 26 0 62 51 18 15D 60 27
Octal 303 4 46 0 142 121 30 535 140 47
Binary 11000011 100 100110 0 1100010 1010001 11000 101011101 1100000 100111

Color Harmonies of #C30426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30426

Black with #C30426

Text Example


Text Example

White with #C30426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30426; }

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

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

background-color css

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

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

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

border-color css

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

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

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