Html Css Color HEX #C30227 Venetian Red

📋 copy color: '#C30227'

red 195 ◦ green 2 ◦ blue 39

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

Shades of Venetian Red #C30227

Tints of Venetian Red #C30227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.53%

R = 82.63%
G = 0.85%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C30227 (or 0xC30227) is known color: Venetian Red. HEX triplet: C3, 02 and 27. RGB value is (195,2,39). Sum of RGB (Red+Green+Blue) = 195+2+39=236 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.63% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 195 - color contains mainly: red. Hex color #C30227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30227 is #3CFDD8. Grayscale: #3F3F3F. Windows color (decimal): -3997145 or 2556611. OLE color: 2556611.

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

Color convert

RGB 195 2 39 -
CMYK 0 0.99 0.80 0.24
HSL 348.5º 0.98% 0.39% -
HSV(B) 348.5º 0.99% 0.76% -
XYZ 22.89 11.79 2.99 -
YUV 63.93 113.94 221.49 -
System Red Green Blue C M Y K H S L
Decimal 195 2 39 0 0.99 0.80 0.24 348.5 0.98 0.39
Hex C3 2 27 0 63 50 18 15C 62 27
Octal 303 2 47 0 143 120 30 534 142 47
Binary 11000011 10 100111 0 1100011 1010000 11000 101011100 1100010 100111

Color Harmonies of #C30227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30227

Black with #C30227

Text Example


Text Example

White with #C30227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30227; }

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

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

background-color css

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

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

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

border-color css

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

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

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