Html Css Color HEX #C30622 Venetian Red

📋 copy color: '#C30622'

red 195 ◦ green 6 ◦ blue 34

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

Shades of Venetian Red #C30622

Tints of Venetian Red #C30622

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.55%

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

R = 82.98%
G = 2.55%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C30622 (or 0xC30622) is known color: Venetian Red. HEX triplet: C3, 06 and 22. RGB value is (195,6,34). Sum of RGB (Red+Green+Blue) = 195+6+34=235 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.98% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 195 - color contains mainly: red. Hex color #C30622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30622 is #3CF9DD. Grayscale: #414141. Windows color (decimal): -3996126 or 2229955. OLE color: 2229955.

HSL color Cylindrical-coordinate representation of color #C30622: hue angle of 351.11º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30622 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 6 34 -
CMYK 0 0.97 0.83 0.24
HSL 351.11º 0.94% 0.39% -
HSV(B) 351.11º 0.97% 0.76% -
XYZ 22.86 11.85 2.6 -
YUV 65.7 110.12 220.22 -
System Red Green Blue C M Y K H S L
Decimal 195 6 34 0 0.97 0.83 0.24 351.11 0.94 0.39
Hex C3 6 22 0 61 53 18 15F 5E 27
Octal 303 6 42 0 141 123 30 537 136 47
Binary 11000011 110 100010 0 1100001 1010011 11000 101011111 1011110 100111

Color Harmonies of #C30622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30622

Black with #C30622

Text Example


Text Example

White with #C30622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30622; }

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

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

background-color css

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

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

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

border-color css

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

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

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