Html Css Color HEX #C30822 Venetian Red

📋 copy color: '#C30822'

red 195 ◦ green 8 ◦ blue 34

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

Shades of Venetian Red #C30822

Tints of Venetian Red #C30822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.35%

R = 82.28%
G = 3.38%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C30822 (or 0xC30822) is known color: Venetian Red. HEX triplet: C3, 08 and 22. RGB value is (195,8,34). Sum of RGB (Red+Green+Blue) = 195+8+34=237 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.28% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 195 - color contains mainly: red. Hex color #C30822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30822 is #3CF7DD. Grayscale: #424242. Windows color (decimal): -3995614 or 2230467. OLE color: 2230467.

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

Color convert

RGB 195 8 34 -
CMYK 0 0.96 0.83 0.24
HSL 351.66º 0.92% 0.4% -
HSV(B) 351.66º 0.96% 0.76% -
XYZ 22.88 11.89 2.6 -
YUV 66.88 109.45 219.39 -
System Red Green Blue C M Y K H S L
Decimal 195 8 34 0 0.96 0.83 0.24 351.66 0.92 0.4
Hex C3 8 22 0 60 53 18 160 5C 28
Octal 303 10 42 0 140 123 30 540 134 50
Binary 11000011 1000 100010 0 1100000 1010011 11000 101100000 1011100 101000

Color Harmonies of #C30822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30822

Black with #C30822

Text Example


Text Example

White with #C30822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30822; }

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

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

background-color css

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

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

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

border-color css

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

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

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