Html Css Color HEX #C30229 Venetian Red

📋 copy color: '#C30229'

red 195 ◦ green 2 ◦ blue 41

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

Shades of Venetian Red #C30229

Tints of Venetian Red #C30229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.23%

R = 81.93%
G = 0.84%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C30229 (or 0xC30229) is known color: Venetian Red. HEX triplet: C3, 02 and 29. RGB value is (195,2,41). Sum of RGB (Red+Green+Blue) = 195+2+41=238 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.93% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 195 - color contains mainly: red. Hex color #C30229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30229 is #3CFDD6. Grayscale: #404040. Windows color (decimal): -3997143 or 2687683. OLE color: 2687683.

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

Color convert

RGB 195 2 41 -
CMYK 0 0.99 0.79 0.24
HSL 347.88º 0.98% 0.39% -
HSV(B) 347.88º 0.99% 0.76% -
XYZ 22.93 11.81 3.17 -
YUV 64.15 114.94 221.33 -
System Red Green Blue C M Y K H S L
Decimal 195 2 41 0 0.99 0.79 0.24 347.88 0.98 0.39
Hex C3 2 29 0 63 4F 18 15C 62 27
Octal 303 2 51 0 143 117 30 534 142 47
Binary 11000011 10 101001 0 1100011 1001111 11000 101011100 1100010 100111

Color Harmonies of #C30229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30229

Black with #C30229

Text Example


Text Example

White with #C30229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30229; }

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

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

background-color css

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

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

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

border-color css

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

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

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