Html Css Color HEX #C30119 Venetian Red

📋 copy color: '#C30119'

red 195 ◦ green 1 ◦ blue 25

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

Shades of Venetian Red #C30119

Tints of Venetian Red #C30119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.31%

R = 88.24%
G = 0.45%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C30119 (or 0xC30119) is known color: Venetian Red. HEX triplet: C3, 01 and 19. RGB value is (195,1,25). Sum of RGB (Red+Green+Blue) = 195+1+25=221 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.24% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 195 - color contains mainly: red. Hex color #C30119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30119 is #3CFEE6. Grayscale: #3D3D3D. Windows color (decimal): -3997415 or 1638851. OLE color: 1638851.

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

Color convert

RGB 195 1 25 -
CMYK 0 0.99 0.87 0.24
HSL 352.58º 0.99% 0.38% -
HSV(B) 352.58º 0.99% 0.76% -
XYZ 22.69 11.69 1.98 -
YUV 61.74 107.27 223.05 -
System Red Green Blue C M Y K H S L
Decimal 195 1 25 0 0.99 0.87 0.24 352.58 0.99 0.38
Hex C3 1 19 0 63 57 18 161 63 26
Octal 303 1 31 0 143 127 30 541 143 46
Binary 11000011 1 11001 0 1100011 1010111 11000 101100001 1100011 100110

Color Harmonies of #C30119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30119

Black with #C30119

Text Example


Text Example

White with #C30119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30119; }

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

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

background-color css

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

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

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

border-color css

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

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

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