Html Css Color HEX #C30226 Venetian Red

📋 copy color: '#C30226'

red 195 ◦ green 2 ◦ blue 38

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

Shades of Venetian Red #C30226

Tints of Venetian Red #C30226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 82.98%
G = 0.85%
B = 16.17%

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

#C30226 (or 0xC30226) is known color: Venetian Red. HEX triplet: C3, 02 and 26. RGB value is (195,2,38). Sum of RGB (Red+Green+Blue) = 195+2+38=235 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.98% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 195 - color contains mainly: red. Hex color #C30226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30226 is #3CFDD9. Grayscale: #3F3F3F. Windows color (decimal): -3997146 or 2491075. OLE color: 2491075.

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

Color convert

RGB 195 2 38 -
CMYK 0 0.99 0.81 0.24
HSL 348.81º 0.98% 0.39% -
HSV(B) 348.81º 0.99% 0.76% -
XYZ 22.88 11.79 2.9 -
YUV 63.81 113.44 221.57 -
System Red Green Blue C M Y K H S L
Decimal 195 2 38 0 0.99 0.81 0.24 348.81 0.98 0.39
Hex C3 2 26 0 63 51 18 15D 62 27
Octal 303 2 46 0 143 121 30 535 142 47
Binary 11000011 10 100110 0 1100011 1010001 11000 101011101 1100010 100111

Color Harmonies of #C30226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30226

Black with #C30226

Text Example


Text Example

White with #C30226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30226; }

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

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

background-color css

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

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

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

border-color css

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

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

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