Html Css Color HEX #C30324 Venetian Red

📋 copy color: '#C30324'

red 195 ◦ green 3 ◦ blue 36

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

Shades of Venetian Red #C30324

Tints of Venetian Red #C30324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

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

R = 83.33%
G = 1.28%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C30324 (or 0xC30324) is known color: Venetian Red. HEX triplet: C3, 03 and 24. RGB value is (195,3,36). Sum of RGB (Red+Green+Blue) = 195+3+36=234 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.33% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 195 - color contains mainly: red. Hex color #C30324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30324 is #3CFCDB. Grayscale: #404040. Windows color (decimal): -3996892 or 2360259. OLE color: 2360259.

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

Color convert

RGB 195 3 36 -
CMYK 0 0.98 0.82 0.24
HSL 349.69º 0.97% 0.39% -
HSV(B) 349.69º 0.98% 0.76% -
XYZ 22.86 11.79 2.74 -
YUV 64.17 112.11 221.32 -
System Red Green Blue C M Y K H S L
Decimal 195 3 36 0 0.98 0.82 0.24 349.69 0.97 0.39
Hex C3 3 24 0 62 52 18 15E 61 27
Octal 303 3 44 0 142 122 30 536 141 47
Binary 11000011 11 100100 0 1100010 1010010 11000 101011110 1100001 100111

Color Harmonies of #C30324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30324

Black with #C30324

Text Example


Text Example

White with #C30324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30324; }

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

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

background-color css

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

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

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

border-color css

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

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

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