Html Css Color HEX #C30121 Venetian Red

📋 copy color: '#C30121'

red 195 ◦ green 1 ◦ blue 33

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

Shades of Venetian Red #C30121

Tints of Venetian Red #C30121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.41%

R = 85.15%
G = 0.44%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C30121 (or 0xC30121) is known color: Venetian Red. HEX triplet: C3, 01 and 21. RGB value is (195,1,33). Sum of RGB (Red+Green+Blue) = 195+1+33=229 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.15% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 195 - color contains mainly: red. Hex color #C30121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30121 is #3CFEDE. Grayscale: #3E3E3E. Windows color (decimal): -3997407 or 2163139. OLE color: 2163139.

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

Color convert

RGB 195 1 33 -
CMYK 0 0.99 0.83 0.24
HSL 350.1º 0.99% 0.38% -
HSV(B) 350.1º 0.99% 0.76% -
XYZ 22.79 11.73 2.5 -
YUV 62.65 111.27 222.4 -
System Red Green Blue C M Y K H S L
Decimal 195 1 33 0 0.99 0.83 0.24 350.1 0.99 0.38
Hex C3 1 21 0 63 53 18 15E 63 26
Octal 303 1 41 0 143 123 30 536 143 46
Binary 11000011 1 100001 0 1100011 1010011 11000 101011110 1100011 100110

Color Harmonies of #C30121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30121

Black with #C30121

Text Example


Text Example

White with #C30121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30121; }

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

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

background-color css

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

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

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

border-color css

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

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

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