Html Css Color HEX #C30914 Venetian Red

📋 copy color: '#C30914'

red 195 ◦ green 9 ◦ blue 20

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

Shades of Venetian Red #C30914

Tints of Venetian Red #C30914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.02%

 BLUE value IS 20 (8.2% from 255) = 8.93%

R = 87.05%
G = 4.02%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C30914 (or 0xC30914) is known color: Venetian Red. HEX triplet: C3, 09 and 14. RGB value is (195,9,20). Sum of RGB (Red+Green+Blue) = 195+9+20=224 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.05% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 195 - color contains mainly: red. Hex color #C30914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30914 is #3CF6EB. Grayscale: #424242. Windows color (decimal): -3995372 or 1313219. OLE color: 1313219.

HSL color Cylindrical-coordinate representation of color #C30914: hue angle of 356.45º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30914 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 9 20 -
CMYK 0 0.95 0.90 0.24
HSL 356.45º 0.91% 0.4% -
HSV(B) 356.45º 0.95% 0.76% -
XYZ 22.73 11.85 1.75 -
YUV 65.87 102.12 220.11 -
System Red Green Blue C M Y K H S L
Decimal 195 9 20 0 0.95 0.90 0.24 356.45 0.91 0.4
Hex C3 9 14 0 5F 5A 18 164 5B 28
Octal 303 11 24 0 137 132 30 544 133 50
Binary 11000011 1001 10100 0 1011111 1011010 11000 101100100 1011011 101000

Color Harmonies of #C30914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30914

Black with #C30914

Text Example


Text Example

White with #C30914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30914; }

 p { color: rgb(195,9,20); }

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

background-color css

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

 a { background-color: rgb(195,9,20); }

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

border-color css

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

 span { border-color: rgb(195,9,20); }

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