Html Css Color HEX #C30621 Venetian Red

📋 copy color: '#C30621'

red 195 ◦ green 6 ◦ blue 33

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

Shades of Venetian Red #C30621

Tints of Venetian Red #C30621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.1%

R = 83.33%
G = 2.56%
B = 14.1%

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

#C30621 (or 0xC30621) is known color: Venetian Red. HEX triplet: C3, 06 and 21. RGB value is (195,6,33). Sum of RGB (Red+Green+Blue) = 195+6+33=234 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.33% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 195 - color contains mainly: red. Hex color #C30621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30621 is #3CF9DE. Grayscale: #414141. Windows color (decimal): -3996127 or 2164419. OLE color: 2164419.

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

Color convert

RGB 195 6 33 -
CMYK 0 0.97 0.83 0.24
HSL 351.43º 0.94% 0.39% -
HSV(B) 351.43º 0.97% 0.76% -
XYZ 22.85 11.84 2.52 -
YUV 65.59 109.62 220.3 -
System Red Green Blue C M Y K H S L
Decimal 195 6 33 0 0.97 0.83 0.24 351.43 0.94 0.39
Hex C3 6 21 0 61 53 18 15F 5E 27
Octal 303 6 41 0 141 123 30 537 136 47
Binary 11000011 110 100001 0 1100001 1010011 11000 101011111 1011110 100111

Color Harmonies of #C30621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30621

Black with #C30621

Text Example


Text Example

White with #C30621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30621; }

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

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

background-color css

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

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

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

border-color css

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

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

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