Html Css Color HEX #C30525 Venetian Red

📋 copy color: '#C30525'

red 195 ◦ green 5 ◦ blue 37

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

Shades of Venetian Red #C30525

Tints of Venetian Red #C30525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.11%

 BLUE value IS 37 (14.84% from 255) = 15.61%

R = 82.28%
G = 2.11%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C30525 (or 0xC30525) is known color: Venetian Red. HEX triplet: C3, 05 and 25. RGB value is (195,5,37). Sum of RGB (Red+Green+Blue) = 195+5+37=237 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.28% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 195 - color contains mainly: red. Hex color #C30525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30525 is #3CFADA. Grayscale: #414141. Windows color (decimal): -3996379 or 2426307. OLE color: 2426307.

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

Color convert

RGB 195 5 37 -
CMYK 0 0.97 0.81 0.24
HSL 349.89º 0.95% 0.39% -
HSV(B) 349.89º 0.97% 0.76% -
XYZ 22.89 11.84 2.83 -
YUV 65.46 111.95 220.4 -
System Red Green Blue C M Y K H S L
Decimal 195 5 37 0 0.97 0.81 0.24 349.89 0.95 0.39
Hex C3 5 25 0 61 51 18 15E 5F 27
Octal 303 5 45 0 141 121 30 536 137 47
Binary 11000011 101 100101 0 1100001 1010001 11000 101011110 1011111 100111

Color Harmonies of #C30525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30525

Black with #C30525

Text Example


Text Example

White with #C30525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30525; }

 p { color: rgb(195,5,37); }

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

background-color css

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

 a { background-color: rgb(195,5,37); }

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

border-color css

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

 span { border-color: rgb(195,5,37); }

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