Html Css Color HEX #C30123 Venetian Red

📋 copy color: '#C30123'

red 195 ◦ green 1 ◦ blue 35

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

Shades of Venetian Red #C30123

Tints of Venetian Red #C30123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.15%

R = 84.42%
G = 0.43%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C30123 (or 0xC30123) is known color: Venetian Red. HEX triplet: C3, 01 and 23. RGB value is (195,1,35). Sum of RGB (Red+Green+Blue) = 195+1+35=231 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.42% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 195 - color contains mainly: red. Hex color #C30123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30123 is #3CFEDC. Grayscale: #3E3E3E. Windows color (decimal): -3997405 or 2294211. OLE color: 2294211.

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

Color convert

RGB 195 1 35 -
CMYK 0 0.99 0.82 0.24
HSL 349.48º 0.99% 0.38% -
HSV(B) 349.48º 0.99% 0.76% -
XYZ 22.82 11.75 2.65 -
YUV 62.88 112.27 222.24 -
System Red Green Blue C M Y K H S L
Decimal 195 1 35 0 0.99 0.82 0.24 349.48 0.99 0.38
Hex C3 1 23 0 63 52 18 15D 63 26
Octal 303 1 43 0 143 122 30 535 143 46
Binary 11000011 1 100011 0 1100011 1010010 11000 101011101 1100011 100110

Color Harmonies of #C30123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30123

Black with #C30123

Text Example


Text Example

White with #C30123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30123; }

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

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

background-color css

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

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

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

border-color css

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

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

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