Html Css Color HEX #C30118 Venetian Red

📋 copy color: '#C30118'

red 195 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #C30118

Tints of Venetian Red #C30118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.91%

R = 88.64%
G = 0.45%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C30118 (or 0xC30118) is known color: Venetian Red. HEX triplet: C3, 01 and 18. RGB value is (195,1,24). Sum of RGB (Red+Green+Blue) = 195+1+24=220 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.64% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 195 - color contains mainly: red. Hex color #C30118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30118 is #3CFEE7. Grayscale: #3D3D3D. Windows color (decimal): -3997416 or 1573315. OLE color: 1573315.

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

Color convert

RGB 195 1 24 -
CMYK 0 0.99 0.88 0.24
HSL 352.89º 0.99% 0.38% -
HSV(B) 352.89º 0.99% 0.76% -
XYZ 22.68 11.69 1.93 -
YUV 61.63 106.77 223.13 -
System Red Green Blue C M Y K H S L
Decimal 195 1 24 0 0.99 0.88 0.24 352.89 0.99 0.38
Hex C3 1 18 0 63 58 18 161 63 26
Octal 303 1 30 0 143 130 30 541 143 46
Binary 11000011 1 11000 0 1100011 1011000 11000 101100001 1100011 100110

Color Harmonies of #C30118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30118

Black with #C30118

Text Example


Text Example

White with #C30118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30118; }

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

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

background-color css

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

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

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

border-color css

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

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

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