Html Css Color HEX #C30124 Venetian Red

📋 copy color: '#C30124'

red 195 ◦ green 1 ◦ blue 36

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

Shades of Venetian Red #C30124

Tints of Venetian Red #C30124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.52%

R = 84.05%
G = 0.43%
B = 15.52%

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

#C30124 (or 0xC30124) is known color: Venetian Red. HEX triplet: C3, 01 and 24. RGB value is (195,1,36). Sum of RGB (Red+Green+Blue) = 195+1+36=232 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.05% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 195 - color contains mainly: red. Hex color #C30124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30124 is #3CFEDB. Grayscale: #3F3F3F. Windows color (decimal): -3997404 or 2359747. OLE color: 2359747.

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

Color convert

RGB 195 1 36 -
CMYK 0 0.99 0.82 0.24
HSL 349.18º 0.99% 0.38% -
HSV(B) 349.18º 0.99% 0.76% -
XYZ 22.83 11.75 2.73 -
YUV 63 112.77 222.15 -
System Red Green Blue C M Y K H S L
Decimal 195 1 36 0 0.99 0.82 0.24 349.18 0.99 0.38
Hex C3 1 24 0 63 52 18 15D 63 26
Octal 303 1 44 0 143 122 30 535 143 46
Binary 11000011 1 100100 0 1100011 1010010 11000 101011101 1100011 100110

Color Harmonies of #C30124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30124

Black with #C30124

Text Example


Text Example

White with #C30124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30124; }

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

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

background-color css

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

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

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

border-color css

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

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

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