Html Css Color HEX #C30224 Venetian Red

📋 copy color: '#C30224'

red 195 ◦ green 2 ◦ blue 36

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

Shades of Venetian Red #C30224

Tints of Venetian Red #C30224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.45%

R = 83.69%
G = 0.86%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C30224 (or 0xC30224) is known color: Venetian Red. HEX triplet: C3, 02 and 24. RGB value is (195,2,36). Sum of RGB (Red+Green+Blue) = 195+2+36=233 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.69% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 195 - color contains mainly: red. Hex color #C30224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30224 is #3CFDDB. Grayscale: #3F3F3F. Windows color (decimal): -3997148 or 2360003. OLE color: 2360003.

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

Color convert

RGB 195 2 36 -
CMYK 0 0.99 0.82 0.24
HSL 349.43º 0.98% 0.39% -
HSV(B) 349.43º 0.99% 0.76% -
XYZ 22.85 11.77 2.74 -
YUV 63.58 112.44 221.74 -
System Red Green Blue C M Y K H S L
Decimal 195 2 36 0 0.99 0.82 0.24 349.43 0.98 0.39
Hex C3 2 24 0 63 52 18 15D 62 27
Octal 303 2 44 0 143 122 30 535 142 47
Binary 11000011 10 100100 0 1100011 1010010 11000 101011101 1100010 100111

Color Harmonies of #C30224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30224

Black with #C30224

Text Example


Text Example

White with #C30224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30224; }

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

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

background-color css

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

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

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

border-color css

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

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

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