Html Css Color HEX #C30019 Venetian Red

📋 copy color: '#C30019'

red 195 ◦ green 0 ◦ blue 25

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

Shades of Venetian Red #C30019

Tints of Venetian Red #C30019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.64%
G = 0%
B = 11.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C30019 (or 0xC30019) is known color: Venetian Red. HEX triplet: C3, 00 and 19. RGB value is (195,0,25). Sum of RGB (Red+Green+Blue) = 195+0+25=220 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.64% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 195 - color contains mainly: red. Hex color #C30019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30019 is #3CFFE6. Grayscale: #3D3D3D. Windows color (decimal): -3997671 or 1638595. OLE color: 1638595.

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

Color convert

RGB 195 0 25 -
CMYK 0 1 0.87 0.24
HSL 352.31º 1% 0.38% -
HSV(B) 352.31º 1% 0.76% -
XYZ 22.68 11.67 1.98 -
YUV 61.16 107.6 223.47 -
System Red Green Blue C M Y K H S L
Decimal 195 0 25 0 1 0.87 0.24 352.31 1 0.38
Hex C3 0 19 0 64 57 18 160 64 26
Octal 303 0 31 0 144 127 30 540 144 46
Binary 11000011 0 11001 0 1100100 1010111 11000 101100000 1100100 100110

Color Harmonies of #C30019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30019

Black with #C30019

Text Example


Text Example

White with #C30019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30019; }

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

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

background-color css

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

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

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

border-color css

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

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

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