Html Css Color HEX #C30814 Venetian Red

📋 copy color: '#C30814'

red 195 ◦ green 8 ◦ blue 20

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

Shades of Venetian Red #C30814

Tints of Venetian Red #C30814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.59%

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

R = 87.44%
G = 3.59%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C30814 (or 0xC30814) is known color: Venetian Red. HEX triplet: C3, 08 and 14. RGB value is (195,8,20). Sum of RGB (Red+Green+Blue) = 195+8+20=223 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.44% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 195 - color contains mainly: red. Hex color #C30814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30814 is #3CF7EB. Grayscale: #414141. Windows color (decimal): -3995628 or 1312963. OLE color: 1312963.

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

Color convert

RGB 195 8 20 -
CMYK 0 0.96 0.90 0.24
HSL 356.15º 0.92% 0.4% -
HSV(B) 356.15º 0.96% 0.76% -
XYZ 22.72 11.83 1.75 -
YUV 65.28 102.45 220.52 -
System Red Green Blue C M Y K H S L
Decimal 195 8 20 0 0.96 0.90 0.24 356.15 0.92 0.4
Hex C3 8 14 0 60 5A 18 164 5C 28
Octal 303 10 24 0 140 132 30 544 134 50
Binary 11000011 1000 10100 0 1100000 1011010 11000 101100100 1011100 101000

Color Harmonies of #C30814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30814

Black with #C30814

Text Example


Text Example

White with #C30814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30814; }

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

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

background-color css

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

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

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

border-color css

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

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

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