Html Css Color HEX #C30925 Venetian Red

📋 copy color: '#C30925'

red 195 ◦ green 9 ◦ blue 37

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

Shades of Venetian Red #C30925

Tints of Venetian Red #C30925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.73%

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

R = 80.91%
G = 3.73%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C30925 (or 0xC30925) is known color: Venetian Red. HEX triplet: C3, 09 and 25. RGB value is (195,9,37). Sum of RGB (Red+Green+Blue) = 195+9+37=241 (31% of max value = 765). Red value is 195 (76.56% from 255 or 80.91% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 195 - color contains mainly: red. Hex color #C30925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30925 is #3CF6DA. Grayscale: #434343. Windows color (decimal): -3995355 or 2427331. OLE color: 2427331.

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

Color convert

RGB 195 9 37 -
CMYK 0 0.95 0.81 0.24
HSL 350.97º 0.91% 0.4% -
HSV(B) 350.97º 0.95% 0.76% -
XYZ 22.94 11.93 2.84 -
YUV 67.81 110.62 218.72 -
System Red Green Blue C M Y K H S L
Decimal 195 9 37 0 0.95 0.81 0.24 350.97 0.91 0.4
Hex C3 9 25 0 5F 51 18 15F 5B 28
Octal 303 11 45 0 137 121 30 537 133 50
Binary 11000011 1001 100101 0 1011111 1010001 11000 101011111 1011011 101000

Color Harmonies of #C30925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30925

Black with #C30925

Text Example


Text Example

White with #C30925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30925; }

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

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

background-color css

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

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

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

border-color css

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

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

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