Html Css Color HEX #C30125 Venetian Red

📋 copy color: '#C30125'

red 195 ◦ green 1 ◦ blue 37

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

Shades of Venetian Red #C30125

Tints of Venetian Red #C30125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 83.69%
G = 0.43%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C30125 (or 0xC30125) is known color: Venetian Red. HEX triplet: C3, 01 and 25. RGB value is (195,1,37). Sum of RGB (Red+Green+Blue) = 195+1+37=233 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.69% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 195 - color contains mainly: red. Hex color #C30125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30125 is #3CFEDA. Grayscale: #3F3F3F. Windows color (decimal): -3997403 or 2425283. OLE color: 2425283.

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

Color convert

RGB 195 1 37 -
CMYK 0 0.99 0.81 0.24
HSL 348.87º 0.99% 0.38% -
HSV(B) 348.87º 0.99% 0.76% -
XYZ 22.85 11.76 2.82 -
YUV 63.11 113.27 222.07 -
System Red Green Blue C M Y K H S L
Decimal 195 1 37 0 0.99 0.81 0.24 348.87 0.99 0.38
Hex C3 1 25 0 63 51 18 15D 63 26
Octal 303 1 45 0 143 121 30 535 143 46
Binary 11000011 1 100101 0 1100011 1010001 11000 101011101 1100011 100110

Color Harmonies of #C30125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30125

Black with #C30125

Text Example


Text Example

White with #C30125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30125; }

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

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

background-color css

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

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

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

border-color css

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

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

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