Html Css Color HEX #C30428 Venetian Red

📋 copy color: '#C30428'

red 195 ◦ green 4 ◦ blue 40

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

Shades of Venetian Red #C30428

Tints of Venetian Red #C30428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.74%

R = 81.59%
G = 1.67%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C30428 (or 0xC30428) is known color: Venetian Red. HEX triplet: C3, 04 and 28. RGB value is (195,4,40). Sum of RGB (Red+Green+Blue) = 195+4+40=239 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.59% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 195 - color contains mainly: red. Hex color #C30428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30428 is #3CFBD7. Grayscale: #414141. Windows color (decimal): -3996632 or 2622659. OLE color: 2622659.

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

Color convert

RGB 195 4 40 -
CMYK 0 0.98 0.79 0.24
HSL 348.69º 0.96% 0.39% -
HSV(B) 348.69º 0.98% 0.76% -
XYZ 22.93 11.84 3.08 -
YUV 65.21 113.78 220.57 -
System Red Green Blue C M Y K H S L
Decimal 195 4 40 0 0.98 0.79 0.24 348.69 0.96 0.39
Hex C3 4 28 0 62 4F 18 15D 60 27
Octal 303 4 50 0 142 117 30 535 140 47
Binary 11000011 100 101000 0 1100010 1001111 11000 101011101 1100000 100111

Color Harmonies of #C30428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30428

Black with #C30428

Text Example


Text Example

White with #C30428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30428; }

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

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

background-color css

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

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

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

border-color css

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

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

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